Package net.minecraft
Enum Class class_2114
- All Implemented Interfaces:
Serializable,Comparable<class_2114>,Constable
- Mappings:
Namespace Name official rtintermediary net/minecraft/class_2114named net/minecraft/class_2114
-
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_2114Returns the enum constant of this class with the specified name.static class_2114[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
field_8963
- Mappings:
Namespace Name Mixin selector official aLrt;a:Lrt;intermediary field_8963Lnet/minecraft/class_2114;field_8963:Lnet/minecraft/class_2114;named field_8963Lnet/minecraft/class_2114;field_8963:Lnet/minecraft/class_2114;
-
field_8964
- Mappings:
Namespace Name Mixin selector official bLrt;b:Lrt;intermediary field_8964Lnet/minecraft/class_2114;field_8964:Lnet/minecraft/class_2114;named field_8964Lnet/minecraft/class_2114;field_8964:Lnet/minecraft/class_2114;
-
field_8965
- Mappings:
Namespace Name Mixin selector official cLrt;c:Lrt;intermediary field_8965Lnet/minecraft/class_2114;field_8965:Lnet/minecraft/class_2114;named field_8965Lnet/minecraft/class_2114;field_8965:Lnet/minecraft/class_2114;
-
field_8966
- Mappings:
Namespace Name Mixin selector official dLrt;d:Lrt;intermediary field_8966Lnet/minecraft/class_2114;field_8966:Lnet/minecraft/class_2114;named field_8966Lnet/minecraft/class_2114;field_8966:Lnet/minecraft/class_2114;
-
field_8967
- Mappings:
Namespace Name Mixin selector official eLrt;e:Lrt;intermediary field_8967Lnet/minecraft/class_2114;field_8967:Lnet/minecraft/class_2114;named field_8967Lnet/minecraft/class_2114;field_8967:Lnet/minecraft/class_2114;
-
-
Constructor Details
-
class_2114
private class_2114()
-
-
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
-