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