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