Class AttributeType

java.lang.Object
zombie.entity.components.attributes.AttributeType
  • Constructor Details

  • Method Details

    • id

      public short id()
    • isReadOnly

      public boolean isReadOnly()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getName

      public String getName()
    • getValueType

      public abstract AttributeValueType getValueType()
    • isNumeric

      public boolean isNumeric()
    • isDecimal

      public boolean isDecimal()
    • isHiddenUI

      public boolean isHiddenUI()
    • getDisplayAsBar

      protected Attribute.UI.DisplayAsBar getDisplayAsBar()
    • getTranslateKey

      public String getTranslateKey()
    • getNameUI

      public String getNameUI()