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