Class SignHYDROGEN

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

    public class SignHYDROGEN
    extends Sign
    implements io.aether.utils.ToString
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected @io.aether.net.fastMeta.L(64) byte[] data  
      static io.aether.net.fastMeta.FastMetaType<SignHYDROGEN> META  
      static io.aether.net.fastMeta.FastMetaType<SignHYDROGEN> META_BODY  
    • Constructor Summary

      Constructors 
      Constructor Description
      SignHYDROGEN​(@io.aether.net.fastMeta.L(64) byte[] data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean dataContains​(byte el)  
      boolean equals​(java.lang.Object o)  
      int getAetherTypeId()  
      @io.aether.net.fastMeta.L(64) 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_BODY

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

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

        protected final @io.aether.net.fastMeta.L(64) byte[] data
    • Constructor Detail

      • SignHYDROGEN

        public SignHYDROGEN​(@io.aether.net.fastMeta.L(64) byte[] data)
    • Method Detail

      • getData

        public @io.aether.net.fastMeta.L(64) byte[] getData()
        Specified by:
        getData in class Sign
      • dataContains

        public boolean dataContains​(byte el)
      • equals

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

        public int hashCode()
        Overrides:
        hashCode in class Sign
      • toString

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