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