public static enum EnumWrappers.WorldBorderAction extends Enum<EnumWrappers.WorldBorderAction>
| Enum Constant and Description |
|---|
INITIALIZE |
LERP_SIZE |
SET_CENTER |
SET_SIZE |
SET_WARNING_BLOCKS |
SET_WARNING_TIME |
| Modifier and Type | Method and Description |
|---|---|
static EnumWrappers.WorldBorderAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumWrappers.WorldBorderAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumWrappers.WorldBorderAction SET_SIZE
public static final EnumWrappers.WorldBorderAction LERP_SIZE
public static final EnumWrappers.WorldBorderAction SET_CENTER
public static final EnumWrappers.WorldBorderAction INITIALIZE
public static final EnumWrappers.WorldBorderAction SET_WARNING_TIME
public static final EnumWrappers.WorldBorderAction SET_WARNING_BLOCKS
public static EnumWrappers.WorldBorderAction[] values()
for (EnumWrappers.WorldBorderAction c : EnumWrappers.WorldBorderAction.values()) System.out.println(c);
public static EnumWrappers.WorldBorderAction 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 nullCopyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.