Package net.minecraft
Enum Class class_2055
- All Implemented Interfaces:
Serializable,Comparable<class_2055>,Constable
- Mappings:
Namespace Name official igintermediary net/minecraft/class_2055named net/minecraft/class_2055
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic class_2055Returns the enum constant of this class with the specified name.static class_2055[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
field_8764
- Mappings:
Namespace Name Mixin selector official aLig;a:Lig;intermediary field_8764Lnet/minecraft/class_2055;field_8764:Lnet/minecraft/class_2055;named field_8764Lnet/minecraft/class_2055;field_8764:Lnet/minecraft/class_2055;
-
field_8765
- Mappings:
Namespace Name Mixin selector official bLig;b:Lig;intermediary field_8765Lnet/minecraft/class_2055;field_8765:Lnet/minecraft/class_2055;named field_8765Lnet/minecraft/class_2055;field_8765:Lnet/minecraft/class_2055;
-
field_8766
- Mappings:
Namespace Name Mixin selector official cLig;c:Lig;intermediary field_8766Lnet/minecraft/class_2055;field_8766:Lnet/minecraft/class_2055;named field_8766Lnet/minecraft/class_2055;field_8766:Lnet/minecraft/class_2055;
-
-
Field Details
-
field_8768
- Mappings:
Namespace Name Mixin selector official eLig;e:[Lig;intermediary field_8768Lnet/minecraft/class_2055;field_8768:[Lnet/minecraft/class_2055;named field_8768Lnet/minecraft/class_2055;field_8768:[Lnet/minecraft/class_2055;
-
field_8767
private final int field_8767- Mappings:
Namespace Name Mixin selector official dLig;d:Iintermediary field_8767Lnet/minecraft/class_2055;field_8767:Inamed field_8767Lnet/minecraft/class_2055;field_8767:I
-
-
Constructor Details
-
class_2055
private class_2055(int int2)
-
-
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
-