Package net.minecraft
Enum class_5672
- All Implemented Interfaces:
Serializable,Comparable<class_5672>,java.lang.constant.Constable
@Environment(CLIENT) public enum class_5672 extends Enum<class_5672>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants Enum Constant Description field_27944field_27945field_27946field_27947 -
Field Summary
Fields Modifier and Type Field Description private intfield_27948private Textfield_27949 -
Constructor Summary
Constructors Modifier Constructor Description privateclass_5672(int int2, Text text) -
Method Summary
Modifier and Type Method Description Textmethod_32506()intmethod_32507()static class_5672valueOf(String name)Returns the enum constant of this type with the specified name.static class_5672[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
field_27944
-
field_27945
-
field_27946
-
field_27947
-
-
Field Details
-
field_27948
private final int field_27948 -
field_27949
-
-
Constructor Details
-
class_5672
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
method_32506
-
method_32507
public int method_32507()
-