Package net.minecraft
Enum Class class_7351.class_7352
- All Implemented Interfaces:
Serializable,Comparable<class_7351.class_7352>,Constable
- Enclosing class:
class_7351
- Mappings:
Namespace Name official eeb$aintermediary net/minecraft/class_7351$class_7352named net/minecraft/class_7351$class_7352
-
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_7351.class_7352Returns the enum constant of this class with the specified name.static class_7351.class_7352[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CLASSIC
- Mappings:
Namespace Name Mixin selector official aLeeb$a;a:Leeb$a;intermediary field_38646Lnet/minecraft/class_7351$class_7352;field_38646:Lnet/minecraft/class_7351$class_7352;named CLASSICLnet/minecraft/class_7351$class_7352;CLASSIC:Lnet/minecraft/class_7351$class_7352;
-
SPRING
- Mappings:
Namespace Name Mixin selector official bLeeb$a;b:Leeb$a;intermediary field_38647Lnet/minecraft/class_7351$class_7352;field_38647:Lnet/minecraft/class_7351$class_7352;named SPRINGLnet/minecraft/class_7351$class_7352;SPRING:Lnet/minecraft/class_7351$class_7352;
-
SLOWDOWN
- Mappings:
Namespace Name Mixin selector official cLeeb$a;c:Leeb$a;intermediary field_38648Lnet/minecraft/class_7351$class_7352;field_38648:Lnet/minecraft/class_7351$class_7352;named SLOWDOWNLnet/minecraft/class_7351$class_7352;SLOWDOWN:Lnet/minecraft/class_7351$class_7352;
-
REVERSE
- Mappings:
Namespace Name Mixin selector official dLeeb$a;d:Leeb$a;intermediary field_38649Lnet/minecraft/class_7351$class_7352;field_38649:Lnet/minecraft/class_7351$class_7352;named REVERSELnet/minecraft/class_7351$class_7352;REVERSE:Lnet/minecraft/class_7351$class_7352;
-
GROW
- Mappings:
Namespace Name Mixin selector official eLeeb$a;e:Leeb$a;intermediary field_38650Lnet/minecraft/class_7351$class_7352;field_38650:Lnet/minecraft/class_7351$class_7352;named GROWLnet/minecraft/class_7351$class_7352;GROW:Lnet/minecraft/class_7351$class_7352;
-
-
Constructor Details
-
class_7352
private class_7352()
-
-
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
-