static enum class_5579.class_5581 extends Enum<class_5579.class_5581>
| Enum Constant and Description |
|---|
field_27275 |
field_27276 |
field_27277 |
| Modifier and Type | Method and Description |
|---|---|
static class_5579.class_5581 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static class_5579.class_5581[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final class_5579.class_5581 field_27275
public static final class_5579.class_5581 field_27276
public static final class_5579.class_5581 field_27277
public static class_5579.class_5581[] values()
for (class_5579.class_5581 c : class_5579.class_5581.values()) System.out.println(c);
public static class_5579.class_5581 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 null