Class AttributeType.Short
java.lang.Object
zombie.entity.components.attributes.AttributeType
zombie.entity.components.attributes.AttributeType.Numeric<AttributeType.Short,Short>
zombie.entity.components.attributes.AttributeType.Short
- Enclosing class:
AttributeType
-
Nested Class Summary
Nested classes/interfaces inherited from class zombie.entity.components.attributes.AttributeType
AttributeType.Bool, AttributeType.Byte, AttributeType.Double, AttributeType.Enum<E extends Enum<E> & IOEnum>, AttributeType.EnumSet<E extends Enum<E> & IOEnum>, AttributeType.EnumStringSet<E extends Enum<E> & IOEnum>, AttributeType.Float, AttributeType.Int, AttributeType.Long, AttributeType.Numeric<C extends AttributeType.Numeric<C,T>, T extends Number>, AttributeType.Short, AttributeType.String -
Method Summary
Methods inherited from class zombie.entity.components.attributes.AttributeType.Numeric
getInitialValue, hasBoundsMethods inherited from class zombie.entity.components.attributes.AttributeType
getName, getNameUI, getTranslateKey, id, isDecimal, isHiddenUI, isNumeric, isReadOnly, toString
-
Method Details
-
getValueType
- Overrides:
getValueTypein classAttributeType.Numeric<AttributeType.Short,Short>
-
validate
- Specified by:
validatein classAttributeType.Numeric<AttributeType.Short,Short>
-
getMin
- Specified by:
getMinin classAttributeType.Numeric<AttributeType.Short,Short>
-
getMax
- Specified by:
getMaxin classAttributeType.Numeric<AttributeType.Short,Short>
-