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 AttributeValueTypeAttributeValueType.fromByteIndex(int value) final AttributeValueTypeAttributeInstance.getValueType()AttributeType.Bool.getValueType()AttributeType.Byte.getValueType()AttributeType.Double.getValueType()AttributeType.Enum.getValueType()AttributeType.EnumSet.getValueType()AttributeType.EnumStringSet.getValueType()AttributeType.Float.getValueType()abstract AttributeValueTypeAttributeType.getValueType()AttributeType.Int.getValueType()AttributeType.Long.getValueType()AttributeType.Numeric.getValueType()AttributeType.Short.getValueType()AttributeType.String.getValueType()static AttributeValueTypeReturns the enum constant of this class with the specified name.static AttributeValueTypeAttributeValueType.valueOfIgnoreCase(String s) 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 booleanAttributeValueType.IsDecimal(AttributeValueType valueType) static booleanAttributeValueType.IsNumeric(AttributeValueType valueType)