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