Package net.minecraft
Enum Class class_2582
- All Implemented Interfaces:
Serializable,Comparable<class_2582>,Constable
- Mappings:
Namespace Name official ktintermediary net/minecraft/class_2582named net/minecraft/class_2582
-
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_2582Returns the enum constant of this class with the specified name.static class_2582[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
field_11662
- Mappings:
Namespace Name Mixin selector official aLkt;a:Lkt;intermediary field_11662Lnet/minecraft/class_2582;field_11662:Lnet/minecraft/class_2582;named field_11662Lnet/minecraft/class_2582;field_11662:Lnet/minecraft/class_2582;
-
field_11663
- Mappings:
Namespace Name Mixin selector official bLkt;b:Lkt;intermediary field_11663Lnet/minecraft/class_2582;field_11663:Lnet/minecraft/class_2582;named field_11663Lnet/minecraft/class_2582;field_11663:Lnet/minecraft/class_2582;
-
field_11664
- Mappings:
Namespace Name Mixin selector official cLkt;c:Lkt;intermediary field_11664Lnet/minecraft/class_2582;field_11664:Lnet/minecraft/class_2582;named field_11664Lnet/minecraft/class_2582;field_11664:Lnet/minecraft/class_2582;
-
field_11665
- Mappings:
Namespace Name Mixin selector official dLkt;d:Lkt;intermediary field_11665Lnet/minecraft/class_2582;field_11665:Lnet/minecraft/class_2582;named field_11665Lnet/minecraft/class_2582;field_11665:Lnet/minecraft/class_2582;
-
field_11666
- Mappings:
Namespace Name Mixin selector official eLkt;e:Lkt;intermediary field_11666Lnet/minecraft/class_2582;field_11666:Lnet/minecraft/class_2582;named field_11666Lnet/minecraft/class_2582;field_11666:Lnet/minecraft/class_2582;
-
field_11667
- Mappings:
Namespace Name Mixin selector official fLkt;f:Lkt;intermediary field_11667Lnet/minecraft/class_2582;field_11667:Lnet/minecraft/class_2582;named field_11667Lnet/minecraft/class_2582;field_11667:Lnet/minecraft/class_2582;
-
-
Constructor Details
-
class_2582
private class_2582()
-
-
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
-