Package net.minecraft
Enum Class class_2590
- All Implemented Interfaces:
Serializable,Comparable<class_2590>,Constable
- Mappings:
Namespace Name official mointermediary net/minecraft/class_2590named net/minecraft/class_2590
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic class_2590Returns the enum constant of this class with the specified name.static class_2590[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
field_11716
- Mappings:
Namespace Name Mixin selector official aLmo;a:Lmo;intermediary field_11716Lnet/minecraft/class_2590;field_11716:Lnet/minecraft/class_2590;named field_11716Lnet/minecraft/class_2590;field_11716:Lnet/minecraft/class_2590;
-
field_11717
- Mappings:
Namespace Name Mixin selector official bLmo;b:Lmo;intermediary field_11717Lnet/minecraft/class_2590;field_11717:Lnet/minecraft/class_2590;named field_11717Lnet/minecraft/class_2590;field_11717:Lnet/minecraft/class_2590;
-
field_11718
- Mappings:
Namespace Name Mixin selector official cLmo;c:Lmo;intermediary field_11718Lnet/minecraft/class_2590;field_11718:Lnet/minecraft/class_2590;named field_11718Lnet/minecraft/class_2590;field_11718:Lnet/minecraft/class_2590;
-
field_11719
- Mappings:
Namespace Name Mixin selector official dLmo;d:Lmo;intermediary field_11719Lnet/minecraft/class_2590;field_11719:Lnet/minecraft/class_2590;named field_11719Lnet/minecraft/class_2590;field_11719:Lnet/minecraft/class_2590;
-
field_11720
- Mappings:
Namespace Name Mixin selector official eLmo;e:Lmo;intermediary field_11720Lnet/minecraft/class_2590;field_11720:Lnet/minecraft/class_2590;named field_11720Lnet/minecraft/class_2590;field_11720:Lnet/minecraft/class_2590;
-
field_11721
- Mappings:
Namespace Name Mixin selector official fLmo;f:Lmo;intermediary field_11721Lnet/minecraft/class_2590;field_11721:Lnet/minecraft/class_2590;named field_11721Lnet/minecraft/class_2590;field_11721:Lnet/minecraft/class_2590;
-
field_11722
- Mappings:
Namespace Name Mixin selector official gLmo;g:Lmo;intermediary field_11722Lnet/minecraft/class_2590;field_11722:Lnet/minecraft/class_2590;named field_11722Lnet/minecraft/class_2590;field_11722:Lnet/minecraft/class_2590;
-
-
Constructor Details
-
class_2590
private class_2590()
-
-
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
-