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