Package net.minecraft
Enum Class class_2957.class_2959
- All Implemented Interfaces:
Serializable,Comparable<class_2957.class_2959>,Constable
- Enclosing class:
- class_2957
- Mappings:
Namespace Name official tt$bintermediary net/minecraft/class_2957$class_2959named net/minecraft/class_2957$class_2959
-
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_2957.class_2959Returns the enum constant of this class with the specified name.static class_2957.class_2959[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
field_14430
- Mappings:
Namespace Name Mixin selector official aLtt$b;a:Ltt$b;intermediary field_14430Lnet/minecraft/class_2957$class_2959;field_14430:Lnet/minecraft/class_2957$class_2959;named field_14430Lnet/minecraft/class_2957$class_2959;field_14430:Lnet/minecraft/class_2957$class_2959;
-
field_14431
- Mappings:
Namespace Name Mixin selector official bLtt$b;b:Ltt$b;intermediary field_14431Lnet/minecraft/class_2957$class_2959;field_14431:Lnet/minecraft/class_2957$class_2959;named field_14431Lnet/minecraft/class_2957$class_2959;field_14431:Lnet/minecraft/class_2957$class_2959;
-
field_14432
- Mappings:
Namespace Name Mixin selector official cLtt$b;c:Ltt$b;intermediary field_14432Lnet/minecraft/class_2957$class_2959;field_14432:Lnet/minecraft/class_2957$class_2959;named field_14432Lnet/minecraft/class_2957$class_2959;field_14432:Lnet/minecraft/class_2957$class_2959;
-
field_14433
- Mappings:
Namespace Name Mixin selector official dLtt$b;d:Ltt$b;intermediary field_14433Lnet/minecraft/class_2957$class_2959;field_14433:Lnet/minecraft/class_2957$class_2959;named field_14433Lnet/minecraft/class_2957$class_2959;field_14433:Lnet/minecraft/class_2957$class_2959;
-
field_14434
- Mappings:
Namespace Name Mixin selector official eLtt$b;e:Ltt$b;intermediary field_14434Lnet/minecraft/class_2957$class_2959;field_14434:Lnet/minecraft/class_2957$class_2959;named field_14434Lnet/minecraft/class_2957$class_2959;field_14434:Lnet/minecraft/class_2957$class_2959;
-
-
Constructor Details
-
class_2959
private class_2959()
-
-
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
-