Uses of Enum Class
zombie.entity.components.attributes.Attribute.UI.Display
Packages that use Attribute.UI.Display
-
Uses of Attribute.UI.Display in zombie.entity.components.attributes
Subclasses with type arguments of type Attribute.UI.Display in zombie.entity.components.attributesMethods in zombie.entity.components.attributes that return Attribute.UI.DisplayModifier and TypeMethodDescriptionstatic Attribute.UI.Display
Returns the enum constant of this class with the specified name.static Attribute.UI.Display[]
Attribute.UI.Display.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.DisplayModifierConstructorDescriptionprotected
AttributeType
(short short0, String string0, boolean boolean0, Attribute.UI.Display display, String string1) protected
AttributeType
(short short0, String string0, boolean boolean0, Attribute.UI.Display display, Attribute.UI.DisplayAsBar displayAsBar, String string1) protected
Bool
(short short0, String string0, boolean boolean1, boolean boolean0, Attribute.UI.Display display, 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
Enum
(short short0, String string0, E enum1, boolean boolean0, Attribute.UI.Display display, String string1) protected
EnumSet
(short short0, String string0, Class<E> _class, boolean boolean0, Attribute.UI.Display display, String string1) protected
EnumStringSet
(short short0, String string0, Class<E> _class, boolean boolean0, Attribute.UI.Display display, 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) protected
String
(short short0, String string1, String string3, boolean boolean0, Attribute.UI.Display display, String string2)