Uses of Enum Class
zombie.entity.components.attributes.AttributeValueType
Packages that use AttributeValueType
-
Uses of AttributeValueType in zombie.entity.components.attributes
Subclasses with type arguments of type AttributeValueType in zombie.entity.components.attributesMethods in zombie.entity.components.attributes that return AttributeValueTypeModifier and TypeMethodDescriptionstatic AttributeValueType
AttributeValueType.fromByteIndex
(int arg0) final AttributeValueType
AttributeInstance.getValueType()
AttributeType.Bool.getValueType()
AttributeType.Byte.getValueType()
AttributeType.Double.getValueType()
AttributeType.Enum.getValueType()
AttributeType.EnumSet.getValueType()
AttributeType.EnumStringSet.getValueType()
AttributeType.Float.getValueType()
abstract AttributeValueType
AttributeType.getValueType()
AttributeType.Int.getValueType()
AttributeType.Long.getValueType()
AttributeType.Numeric.getValueType()
AttributeType.Short.getValueType()
AttributeType.String.getValueType()
static AttributeValueType
Returns the enum constant of this class with the specified name.static AttributeValueType
AttributeValueType.valueOfIgnoreCase
(String arg0) static AttributeValueType[]
AttributeValueType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.entity.components.attributes with parameters of type AttributeValueTypeModifier and TypeMethodDescriptionstatic boolean
AttributeValueType.IsDecimal
(AttributeValueType arg0) static boolean
AttributeValueType.IsNumeric
(AttributeValueType arg0)