Class Cloud

  • All Implemented Interfaces:
    CloudUtil, io.aether.utils.ToString

    public class Cloud
    extends java.lang.Object
    implements io.aether.utils.ToString, CloudUtil
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected short[] data  
      static io.aether.net.fastMeta.FastMetaType<Cloud> META  
      static io.aether.net.fastMeta.FastMetaType<Cloud> META_BODY  
    • Constructor Summary

      Constructors 
      Constructor Description
      Cloud​(short[] data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean dataContains​(short el)  
      boolean equals​(java.lang.Object o)  
      short[] getData()  
      int hashCode()  
      java.lang.String toString()  
      void toString​(io.aether.utils.AString sb)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface io.aether.utils.ToString

        toString2
    • Field Detail

      • META_BODY

        public static final io.aether.net.fastMeta.FastMetaType<Cloud> META_BODY
      • META

        public static final io.aether.net.fastMeta.FastMetaType<Cloud> META
      • data

        protected final short[] data
    • Constructor Detail

      • Cloud

        public Cloud​(short[] data)
    • Method Detail

      • getData

        public short[] getData()
      • dataContains

        public boolean dataContains​(short el)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toString

        public void toString​(io.aether.utils.AString sb)
        Specified by:
        toString in interface io.aether.utils.ToString