Class AttributeType.Numeric<C extends AttributeType.Numeric<C,T> , T extends Number>
java.lang.Object
zombie.entity.components.attributes.AttributeType
zombie.entity.components.attributes.AttributeType.Numeric<C,T>
- Direct Known Subclasses:
AttributeType.Byte, AttributeType.Double, AttributeType.Float, AttributeType.Int, AttributeType.Long, AttributeType.Short
- Enclosing class:
AttributeType
public abstract static class AttributeType.Numeric<C extends AttributeType.Numeric<C,T>, T extends Number>
extends AttributeType
-
Nested Class Summary
Nested classes/interfaces inherited from class AttributeType
AttributeType.Bool, AttributeType.Byte, AttributeType.Double, AttributeType.Enum<E>, AttributeType.EnumSet<E>, AttributeType.EnumStringSet<E>, AttributeType.Float, AttributeType.Int, AttributeType.Long, AttributeType.Numeric<C,T>, AttributeType.Short, AttributeType.String -
Method Summary
Methods inherited from class AttributeType
getName, getNameUI, getTranslateKey, id, isDecimal, isHiddenUI, isNumeric, isReadOnly, toString
-
Method Details
-
getValueType
- Specified by:
getValueTypein classAttributeType
-
getInitialValue
-
hasBounds
public boolean hasBounds() -
validate
-
getMin
-
getMax
-