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

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

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

  • Method Details

    • getValueType

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

      public EnumSet<E> getInitialValue()
    • enumValueFromString

      public E enumValueFromString(String string)
    • enumValueFromByteID

      public E enumValueFromByteID(byte byte0)
    • getEnumClass

      protected Class<E> getEnumClass()