Class IPAddress

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static io.aether.net.fastMeta.FastMetaType<IPAddress> META  
    • Constructor Summary

      Constructors 
      Constructor Description
      IPAddress()  
    • Method Summary

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

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

        toString2
    • Field Detail

      • META

        public static final io.aether.net.fastMeta.FastMetaType<IPAddress> META
    • Constructor Detail

      • IPAddress

        public IPAddress()
    • Method Detail

      • getData

        public abstract byte[] getData()
      • getAetherTypeId

        public abstract int getAetherTypeId()
      • 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 void toString​(io.aether.utils.AString sb)
        Specified by:
        toString in interface io.aether.utils.ToString