@Environment(value=CLIENT) public enum class_5512 extends Enum<class_5512>
| Enum Constant and Description |
|---|
field_26810 |
field_26811 |
field_26812 |
| Modifier and Type | Field and Description |
|---|---|
private static class_5512[] |
field_26813 |
private int |
field_26814 |
private String |
field_26815 |
| Modifier and Type | Method and Description |
|---|---|
int |
method_31258() |
static class_5512 |
method_31259(int int2) |
String |
method_31260() |
static class_5512 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static class_5512[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final class_5512 field_26810
public static final class_5512 field_26811
public static final class_5512 field_26812
private static final class_5512[] field_26813
private final int field_26814
private final String field_26815
public static class_5512[] values()
for (class_5512 c : class_5512.values()) System.out.println(c);
public static class_5512 valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int method_31258()
public String method_31260()
public static class_5512 method_31259(int int2)