Class AttributeType.Enum<E extends Enum<E> & IOEnum>

java.lang.Object
zombie.entity.components.attributes.AttributeType
zombie.entity.components.attributes.AttributeType.Enum<E>
Enclosing class:
AttributeType

public static class AttributeType.Enum<E extends Enum<E> & IOEnum> extends AttributeType
  • Constructor Details

  • Method Details

    • getValueType

      public AttributeValueType getValueType()
      Specified by:
      getValueType in class AttributeType
    • getInitialValue

      public E getInitialValue()
    • enumValueFromString

      public E enumValueFromString(String string)
    • enumValueFromByteID

      public E enumValueFromByteID(byte byte0)