Package net.minecraft
Enum Class class_2464
- All Implemented Interfaces:
Serializable,Comparable<class_2464>,Constable
- Mappings:
Namespace Name official cmzintermediary net/minecraft/class_2464named net/minecraft/class_2464
-
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_2464Returns the enum constant of this class with the specified name.static class_2464[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
field_10992
- Mappings:
Namespace Name Mixin selector official aLcmz;a:Lcmz;intermediary field_10992Lnet/minecraft/class_2464;field_10992:Lnet/minecraft/class_2464;named field_10992Lnet/minecraft/class_2464;field_10992:Lnet/minecraft/class_2464;
-
field_10993
- Mappings:
Namespace Name Mixin selector official bLcmz;b:Lcmz;intermediary field_10993Lnet/minecraft/class_2464;field_10993:Lnet/minecraft/class_2464;named field_10993Lnet/minecraft/class_2464;field_10993:Lnet/minecraft/class_2464;
-
field_10994
- Mappings:
Namespace Name Mixin selector official cLcmz;c:Lcmz;intermediary field_10994Lnet/minecraft/class_2464;field_10994:Lnet/minecraft/class_2464;named field_10994Lnet/minecraft/class_2464;field_10994:Lnet/minecraft/class_2464;
-
field_10995
- Mappings:
Namespace Name Mixin selector official dLcmz;d:Lcmz;intermediary field_10995Lnet/minecraft/class_2464;field_10995:Lnet/minecraft/class_2464;named field_10995Lnet/minecraft/class_2464;field_10995:Lnet/minecraft/class_2464;
-
field_10996
- Mappings:
Namespace Name Mixin selector official eLcmz;e:Lcmz;intermediary field_10996Lnet/minecraft/class_2464;field_10996:Lnet/minecraft/class_2464;named field_10996Lnet/minecraft/class_2464;field_10996:Lnet/minecraft/class_2464;
-
-
Constructor Details
-
class_2464
private class_2464()
-
-
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
-