public static enum EnumWrappers.PlayerDigType extends Enum<EnumWrappers.PlayerDigType>
| Enum Constant and Description |
|---|
ABORT_DESTROY_BLOCK |
DROP_ALL_ITEMS |
DROP_ITEM |
RELEASE_USE_ITEM |
START_DESTROY_BLOCK |
STOP_DESTROY_BLOCK |
SWAP_HELD_ITEMS |
| Modifier and Type | Method and Description |
|---|---|
static EnumWrappers.PlayerDigType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumWrappers.PlayerDigType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumWrappers.PlayerDigType START_DESTROY_BLOCK
public static final EnumWrappers.PlayerDigType ABORT_DESTROY_BLOCK
public static final EnumWrappers.PlayerDigType STOP_DESTROY_BLOCK
public static final EnumWrappers.PlayerDigType DROP_ALL_ITEMS
public static final EnumWrappers.PlayerDigType DROP_ITEM
public static final EnumWrappers.PlayerDigType RELEASE_USE_ITEM
public static final EnumWrappers.PlayerDigType SWAP_HELD_ITEMS
public static EnumWrappers.PlayerDigType[] values()
for (EnumWrappers.PlayerDigType c : EnumWrappers.PlayerDigType.values()) System.out.println(c);
public static EnumWrappers.PlayerDigType 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.