public enum class_5149 extends Enum<class_5149>
| Enum Constant and Description |
|---|
BLACK |
BROWN |
CHESTNUT |
CREAMY |
DARKBROWN |
GRAY |
WHITE |
| Modifier and Type | Field and Description |
|---|---|
private static class_5149[] |
field_23823 |
private int |
field_23824 |
| Modifier and Type | Method and Description |
|---|---|
int |
method_27082() |
static class_5149 |
method_27083(int int2) |
static class_5149 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static class_5149[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final class_5149 WHITE
public static final class_5149 CREAMY
public static final class_5149 CHESTNUT
public static final class_5149 BROWN
public static final class_5149 BLACK
public static final class_5149 GRAY
public static final class_5149 DARKBROWN
private static final class_5149[] field_23823
private final int field_23824
public static class_5149[] values()
for (class_5149 c : class_5149.values()) System.out.println(c);
public static class_5149 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_27082()
public static class_5149 method_27083(int int2)