Package net.minecraft
Enum class_5794.class_5796
- All Implemented Interfaces:
Serializable,Comparable<class_5794.class_5796>,java.lang.constant.Constable
- Enclosing class:
- class_5794
public static enum class_5794.class_5796 extends Enum<class_5794.class_5796>
-
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_28533field_28534field_28535field_28536field_28537field_28538field_28539field_28540field_28541field_28542field_28543field_28544field_28545 -
Field Summary
Fields Modifier and Type Field Description private Stringfield_28546 -
Constructor Summary
Constructors Modifier Constructor Description privateclass_5796(String string) -
Method Summary
Modifier and Type Method Description Stringmethod_33498()static class_5794.class_5796valueOf(String name)Returns the enum constant of this type with the specified name.static class_5794.class_5796[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
field_28533
-
field_28534
-
field_28535
-
field_28536
-
field_28537
-
field_28538
-
field_28539
-
field_28540
-
field_28541
-
field_28542
-
field_28543
-
field_28544
-
field_28545
-
-
Field Details
-
field_28546
-
-
Constructor Details
-
class_5796
-
-
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_33498
-