Package net.minecraft.entity.attribute
Enum Class EntityAttribute.class_9764
java.lang.Object
java.lang.Enum<EntityAttribute.class_9764>
net.minecraft.entity.attribute.EntityAttribute.class_9764
- All Implemented Interfaces:
Serializable,Comparable<EntityAttribute.class_9764>,Constable
- Enclosing class:
EntityAttribute
- Mappings:
Namespace Name named net/minecraft/entity/attribute/EntityAttribute$class_9764intermediary net/minecraft/class_1320$class_9764official bue$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmethod_60496(boolean bool) static EntityAttribute.class_9764Returns the enum constant of this class with the specified name.static EntityAttribute.class_9764[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
POSITIVE
- Mappings:
Namespace Name Mixin selector named POSITIVELnet/minecraft/entity/attribute/EntityAttribute$class_9764;POSITIVE:Lnet/minecraft/entity/attribute/EntityAttribute$class_9764;intermediary field_51885Lnet/minecraft/class_1320$class_9764;field_51885:Lnet/minecraft/class_1320$class_9764;official aLbue$a;a:Lbue$a;
-
NEUTRAL
- Mappings:
Namespace Name Mixin selector named NEUTRALLnet/minecraft/entity/attribute/EntityAttribute$class_9764;NEUTRAL:Lnet/minecraft/entity/attribute/EntityAttribute$class_9764;intermediary field_51886Lnet/minecraft/class_1320$class_9764;field_51886:Lnet/minecraft/class_1320$class_9764;official bLbue$a;b:Lbue$a;
-
NEGATIVE
- Mappings:
Namespace Name Mixin selector named NEGATIVELnet/minecraft/entity/attribute/EntityAttribute$class_9764;NEGATIVE:Lnet/minecraft/entity/attribute/EntityAttribute$class_9764;intermediary field_51887Lnet/minecraft/class_1320$class_9764;field_51887:Lnet/minecraft/class_1320$class_9764;official cLbue$a;c:Lbue$a;
-
-
Constructor Details
-
class_9764
private class_9764()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
method_60496
- Mappings:
Namespace Name Mixin selector named method_60496Lnet/minecraft/entity/attribute/EntityAttribute$class_9764;method_60496(Z)Lnet/minecraft/util/Formatting;intermediary method_60496Lnet/minecraft/class_1320$class_9764;method_60496(Z)Lnet/minecraft/class_124;official aLbue$a;a(Z)Ln;
-