Package net.minecraft
Enum Class class_2957.class_2958
- All Implemented Interfaces:
Serializable,Comparable<class_2957.class_2958>,Constable
- Enclosing class:
- class_2957
- Mappings:
Namespace Name official tt$aintermediary net/minecraft/class_2957$class_2958named net/minecraft/class_2957$class_2958
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic class_2957.class_2958Returns the enum constant of this class with the specified name.static class_2957.class_2958[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
field_14422
- Mappings:
Namespace Name Mixin selector official aLtt$a;a:Ltt$a;intermediary field_14422Lnet/minecraft/class_2957$class_2958;field_14422:Lnet/minecraft/class_2957$class_2958;named field_14422Lnet/minecraft/class_2957$class_2958;field_14422:Lnet/minecraft/class_2957$class_2958;
-
field_14423
- Mappings:
Namespace Name Mixin selector official bLtt$a;b:Ltt$a;intermediary field_14423Lnet/minecraft/class_2957$class_2958;field_14423:Lnet/minecraft/class_2957$class_2958;named field_14423Lnet/minecraft/class_2957$class_2958;field_14423:Lnet/minecraft/class_2957$class_2958;
-
field_14424
- Mappings:
Namespace Name Mixin selector official cLtt$a;c:Ltt$a;intermediary field_14424Lnet/minecraft/class_2957$class_2958;field_14424:Lnet/minecraft/class_2957$class_2958;named field_14424Lnet/minecraft/class_2957$class_2958;field_14424:Lnet/minecraft/class_2957$class_2958;
-
field_14425
- Mappings:
Namespace Name Mixin selector official dLtt$a;d:Ltt$a;intermediary field_14425Lnet/minecraft/class_2957$class_2958;field_14425:Lnet/minecraft/class_2957$class_2958;named field_14425Lnet/minecraft/class_2957$class_2958;field_14425:Lnet/minecraft/class_2957$class_2958;
-
field_14426
- Mappings:
Namespace Name Mixin selector official eLtt$a;e:Ltt$a;intermediary field_14426Lnet/minecraft/class_2957$class_2958;field_14426:Lnet/minecraft/class_2957$class_2958;named field_14426Lnet/minecraft/class_2957$class_2958;field_14426:Lnet/minecraft/class_2957$class_2958;
-
field_14427
- Mappings:
Namespace Name Mixin selector official fLtt$a;f:Ltt$a;intermediary field_14427Lnet/minecraft/class_2957$class_2958;field_14427:Lnet/minecraft/class_2957$class_2958;named field_14427Lnet/minecraft/class_2957$class_2958;field_14427:Lnet/minecraft/class_2957$class_2958;
-
field_14428
- Mappings:
Namespace Name Mixin selector official gLtt$a;g:Ltt$a;intermediary field_14428Lnet/minecraft/class_2957$class_2958;field_14428:Lnet/minecraft/class_2957$class_2958;named field_14428Lnet/minecraft/class_2957$class_2958;field_14428:Lnet/minecraft/class_2957$class_2958;
-
-
Constructor Details
-
class_2958
private class_2958()
-
-
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
-