Class AttributeType
java.lang.Object
zombie.entity.components.attributes.AttributeType
- Direct Known Subclasses:
AttributeType.Bool
,AttributeType.Enum
,AttributeType.EnumSet
,AttributeType.EnumStringSet
,AttributeType.Numeric
,AttributeType.String
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
AttributeType.Enum<E extends Enum<E> & IOEnum>
static class
AttributeType.EnumSet<E extends Enum<E> & IOEnum>
static class
AttributeType.EnumStringSet<E extends Enum<E> & IOEnum>
static class
static class
static class
static class
AttributeType.Numeric<C extends AttributeType.Numeric<C,
T>, T extends Number> static class
static class
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
abstract AttributeValueType
short
id()
boolean
boolean
boolean
boolean
toString()
-
Method Details
-
id
public short id() -
isReadOnly
public boolean isReadOnly() -
toString
-
getName
-
getValueType
-
isNumeric
public boolean isNumeric() -
isDecimal
public boolean isDecimal() -
isHiddenUI
public boolean isHiddenUI() -
getTranslateKey
-
getNameUI
-