public static enum WrappedInEntityActionPacket.EnumPlayerAction extends java.lang.Enum<WrappedInEntityActionPacket.EnumPlayerAction>
Enum Constant and Description |
---|
OPEN_INVENTORY |
START_FALL_FLYING |
START_RIDING_JUMP |
START_SNEAKING |
START_SPRINTING |
STOP_RIDING_JUMP |
STOP_SLEEPING |
STOP_SNEAKING |
STOP_SPRINTING |
Modifier and Type | Method and Description |
---|---|
static WrappedInEntityActionPacket.EnumPlayerAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WrappedInEntityActionPacket.EnumPlayerAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WrappedInEntityActionPacket.EnumPlayerAction START_SNEAKING
public static final WrappedInEntityActionPacket.EnumPlayerAction STOP_SNEAKING
public static final WrappedInEntityActionPacket.EnumPlayerAction STOP_SLEEPING
public static final WrappedInEntityActionPacket.EnumPlayerAction START_SPRINTING
public static final WrappedInEntityActionPacket.EnumPlayerAction STOP_SPRINTING
public static final WrappedInEntityActionPacket.EnumPlayerAction START_RIDING_JUMP
public static final WrappedInEntityActionPacket.EnumPlayerAction STOP_RIDING_JUMP
public static final WrappedInEntityActionPacket.EnumPlayerAction OPEN_INVENTORY
public static final WrappedInEntityActionPacket.EnumPlayerAction START_FALL_FLYING
public static WrappedInEntityActionPacket.EnumPlayerAction[] values()
for (WrappedInEntityActionPacket.EnumPlayerAction c : WrappedInEntityActionPacket.EnumPlayerAction.values()) System.out.println(c);
public static WrappedInEntityActionPacket.EnumPlayerAction 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