public static enum WrappedInBlockDigPacket.EnumPlayerDigType extends java.lang.Enum<WrappedInBlockDigPacket.EnumPlayerDigType>
| 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 WrappedInBlockDigPacket.EnumPlayerDigType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WrappedInBlockDigPacket.EnumPlayerDigType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WrappedInBlockDigPacket.EnumPlayerDigType START_DESTROY_BLOCK
public static final WrappedInBlockDigPacket.EnumPlayerDigType ABORT_DESTROY_BLOCK
public static final WrappedInBlockDigPacket.EnumPlayerDigType STOP_DESTROY_BLOCK
public static final WrappedInBlockDigPacket.EnumPlayerDigType DROP_ALL_ITEMS
public static final WrappedInBlockDigPacket.EnumPlayerDigType DROP_ITEM
public static final WrappedInBlockDigPacket.EnumPlayerDigType RELEASE_USE_ITEM
public static final WrappedInBlockDigPacket.EnumPlayerDigType SWAP_HELD_ITEMS
public static WrappedInBlockDigPacket.EnumPlayerDigType[] values()
for (WrappedInBlockDigPacket.EnumPlayerDigType c : WrappedInBlockDigPacket.EnumPlayerDigType.values()) System.out.println(c);
public static WrappedInBlockDigPacket.EnumPlayerDigType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null