Uses of Enum Class
zombie.entity.components.attributes.Attribute.UI.DisplayAsBar
Packages that use Attribute.UI.DisplayAsBar
-
Uses of Attribute.UI.DisplayAsBar in zombie.entity.components.attributes
Subclasses with type arguments of type Attribute.UI.DisplayAsBar in zombie.entity.components.attributesMethods in zombie.entity.components.attributes that return Attribute.UI.DisplayAsBarModifier and TypeMethodDescriptionprotected Attribute.UI.DisplayAsBar
AttributeType.getDisplayAsBar()
static Attribute.UI.DisplayAsBar
Returns the enum constant of this class with the specified name.static Attribute.UI.DisplayAsBar[]
Attribute.UI.DisplayAsBar.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in zombie.entity.components.attributes with parameters of type Attribute.UI.DisplayAsBarModifierConstructorDescriptionprotected
AttributeType
(short short0, String string0, boolean boolean0, Attribute.UI.Display display, Attribute.UI.DisplayAsBar displayAsBar, String string1) protected
Byte
(short short0, String string0, byte byte1, boolean boolean0, Attribute.UI.Display display, Attribute.UI.DisplayAsBar displayAsBar, String string1) protected
Double
(short short0, String string0, double double1, boolean boolean0, Attribute.UI.Display display, Attribute.UI.DisplayAsBar displayAsBar, String string1) protected
Float
(short short0, String string0, float float1, boolean boolean0, Attribute.UI.Display display, Attribute.UI.DisplayAsBar displayAsBar, String string1) protected
Int
(short short0, String string0, int int1, boolean boolean0, Attribute.UI.Display display, Attribute.UI.DisplayAsBar displayAsBar, String string1) protected
Long
(short short0, String string0, long long1, boolean boolean0, Attribute.UI.Display display, Attribute.UI.DisplayAsBar displayAsBar, String string1) protected
Numeric
(short short0, String string0, T number, boolean boolean0, Attribute.UI.Display display, Attribute.UI.DisplayAsBar displayAsBar, String string1) protected
Short
(short short1, String string0, short short2, boolean boolean0, Attribute.UI.Display display, Attribute.UI.DisplayAsBar displayAsBar, String string1)