public enum class_5148 extends Enum<class_5148>
| Enum Constant and Description |
|---|
BLACK_DOTS |
NONE |
WHITE |
WHITE_DOTS |
WHITE_FIELD |
| Modifier and Type | Field and Description |
|---|---|
private static class_5148[] |
field_23813 |
private int |
field_23814 |
| Modifier and Type | Method and Description |
|---|---|
int |
method_27079() |
static class_5148 |
method_27080(int int2) |
static class_5148 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static class_5148[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final class_5148 NONE
public static final class_5148 WHITE
public static final class_5148 WHITE_FIELD
public static final class_5148 WHITE_DOTS
public static final class_5148 BLACK_DOTS
private static final class_5148[] field_23813
private final int field_23814
public static class_5148[] values()
for (class_5148 c : class_5148.values()) System.out.println(c);
public static class_5148 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_27079()
public static class_5148 method_27080(int int2)