Package net.minecraft
Enum Class class_7351.class_7353
- All Implemented Interfaces:
Serializable,Comparable<class_7351.class_7353>,Constable
- Enclosing class:
class_7351
- Mappings:
Namespace Name official eeb$bintermediary net/minecraft/class_7351$class_7353named net/minecraft/class_7351$class_7353
-
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_7353Returns the enum constant of this class with the specified name.static class_7351.class_7353[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INIT
- Mappings:
Namespace Name Mixin selector official aLeeb$b;a:Leeb$b;intermediary field_38652Lnet/minecraft/class_7351$class_7353;field_38652:Lnet/minecraft/class_7351$class_7353;named INITLnet/minecraft/class_7351$class_7353;INIT:Lnet/minecraft/class_7351$class_7353;
-
FLY
- Mappings:
Namespace Name Mixin selector official bLeeb$b;b:Leeb$b;intermediary field_38653Lnet/minecraft/class_7351$class_7353;field_38653:Lnet/minecraft/class_7351$class_7353;named FLYLnet/minecraft/class_7351$class_7353;FLY:Lnet/minecraft/class_7351$class_7353;
-
WAIT_FOR_LOAD
- Mappings:
Namespace Name Mixin selector official cLeeb$b;c:Leeb$b;intermediary field_38654Lnet/minecraft/class_7351$class_7353;field_38654:Lnet/minecraft/class_7351$class_7353;named WAIT_FOR_LOADLnet/minecraft/class_7351$class_7353;WAIT_FOR_LOAD:Lnet/minecraft/class_7351$class_7353;
-
TEXT
- Mappings:
Namespace Name Mixin selector official dLeeb$b;d:Leeb$b;intermediary field_38655Lnet/minecraft/class_7351$class_7353;field_38655:Lnet/minecraft/class_7351$class_7353;named TEXTLnet/minecraft/class_7351$class_7353;TEXT:Lnet/minecraft/class_7351$class_7353;
-
-
Constructor Details
-
class_7353
private class_7353()
-
-
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
-