Class KeySign

  • All Implemented Interfaces:
    io.aether.utils.ToString
    Direct Known Subclasses:
    KeySignPrivate, KeySignPublic

    public abstract class KeySign
    extends Key
    implements io.aether.utils.ToString
    • Field Summary

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

      Constructors 
      Constructor Description
      KeySign()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int getAetherTypeId()  
      int hashCode()  
      void toString​(io.aether.utils.AString sb)  
      • Methods inherited from class io.aether.api.common.Key

        getData
      • 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<KeySign> META
    • Constructor Detail

      • KeySign

        public KeySign()
    • Method Detail

      • getAetherTypeId

        public int getAetherTypeId()
        Specified by:
        getAetherTypeId in class Key
      • equals

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

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

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