Package net.minecraft
Enum Class class_12359.class_12360
- All Implemented Interfaces:
Serializable,Comparable<class_12359.class_12360>,Constable
- Enclosing class:
class_12359
- Mappings:
Namespace Name named net/minecraft/class_12359$class_12360intermediary net/minecraft/class_12359$class_12360official clr$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 TypeMethodDescriptionstatic class_12359.class_12360Returns the enum constant of this class with the specified name.static class_12359.class_12360[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
APPROACH
- Mappings:
Namespace Name Mixin selector named APPROACHLnet/minecraft/class_12359$class_12360;APPROACH:Lnet/minecraft/class_12359$class_12360;intermediary field_64629Lnet/minecraft/class_12359$class_12360;field_64629:Lnet/minecraft/class_12359$class_12360;official aLclr$a;a:Lclr$a;
-
CHARGING
- Mappings:
Namespace Name Mixin selector named CHARGINGLnet/minecraft/class_12359$class_12360;CHARGING:Lnet/minecraft/class_12359$class_12360;intermediary field_64630Lnet/minecraft/class_12359$class_12360;field_64630:Lnet/minecraft/class_12359$class_12360;official bLclr$a;b:Lclr$a;
-
RETREAT
- Mappings:
Namespace Name Mixin selector named RETREATLnet/minecraft/class_12359$class_12360;RETREAT:Lnet/minecraft/class_12359$class_12360;intermediary field_64631Lnet/minecraft/class_12359$class_12360;field_64631:Lnet/minecraft/class_12359$class_12360;official cLclr$a;c:Lclr$a;
-
-
Constructor Details
-
class_12360
private class_12360()
-
-
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
-