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