Package net.minecraft
Enum Class class_2177
- All Implemented Interfaces:
Serializable,Comparable<class_2177>,Constable
- Mappings:
Namespace Name official atwintermediary net/minecraft/class_2177named net/minecraft/class_2177
-
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_2177Returns the enum constant of this class with the specified name.static class_2177[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
field_9286
- Mappings:
Namespace Name Mixin selector official aLatw;a:Latw;intermediary field_9286Lnet/minecraft/class_2177;field_9286:Lnet/minecraft/class_2177;named field_9286Lnet/minecraft/class_2177;field_9286:Lnet/minecraft/class_2177;
-
field_9287
- Mappings:
Namespace Name Mixin selector official bLatw;b:Latw;intermediary field_9287Lnet/minecraft/class_2177;field_9287:Lnet/minecraft/class_2177;named field_9287Lnet/minecraft/class_2177;field_9287:Lnet/minecraft/class_2177;
-
field_9288
- Mappings:
Namespace Name Mixin selector official cLatw;c:Latw;intermediary field_9288Lnet/minecraft/class_2177;field_9288:Lnet/minecraft/class_2177;named field_9288Lnet/minecraft/class_2177;field_9288:Lnet/minecraft/class_2177;
-
-
Constructor Details
-
class_2177
private class_2177()
-
-
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
-