Package net.minecraft
Enum class_5762.class_5767
- All Implemented Interfaces:
Serializable
,Comparable<class_5762.class_5767>
,java.lang.constant.Constable
- Enclosing class:
- class_5762
public static enum class_5762.class_5767 extends Enum<class_5762.class_5767>
-
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_28341
field_28342
field_28343
field_28344
field_28345
-
Field Summary
Fields Modifier and Type Field Description static class_5762.class_5767[]
field_28346
private int
field_28347
private String
field_28348
private boolean
field_28349
-
Constructor Summary
Constructors Modifier Constructor Description private
class_5767(int int2, String string, boolean bool)
-
Method Summary
Modifier and Type Method Description int
method_33233()
static class_5762.class_5767
method_33235(Random random)
private static class_5762.class_5767
method_33236(Random random, boolean bool)
String
method_33238()
static class_5762.class_5767
method_33240(Random random)
static class_5762.class_5767
valueOf(String name)
Returns the enum constant of this type with the specified name.static class_5762.class_5767[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
field_28341
-
field_28342
-
field_28343
-
field_28344
-
field_28345
-
-
Field Details
-
field_28346
-
field_28347
private final int field_28347 -
field_28348
-
field_28349
private final boolean field_28349
-
-
Constructor Details
-
class_5767
-
-
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_33233
public int method_33233() -
method_33238
-
method_33235
-
method_33240
-
method_33236
-