@Environment(value=CLIENT) public enum class_5365 extends Enum<class_5365>
| Modifier and Type | Field and Description |
|---|---|
private static class_5365[] |
field_25430 |
private int |
field_25431 |
private String |
field_25432 |
| Modifier and Type | Method and Description |
|---|---|
int |
method_29591() |
static class_5365 |
method_29592(int int2) |
String |
method_29593() |
class_5365 |
method_29595() |
class_5365 |
method_29596() |
String |
toString() |
static class_5365 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static class_5365[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final class_5365 FAST
public static final class_5365 FANCY
public static final class_5365 FABULOUS
private static final class_5365[] field_25430
private final int field_25431
private final String field_25432
public static class_5365[] values()
for (class_5365 c : class_5365.values()) System.out.println(c);
public static class_5365 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_29591()
public String method_29593()
public class_5365 method_29595()
public class_5365 method_29596()
public String toString()
toString in class Enum<class_5365>public static class_5365 method_29592(int int2)