public static enum AnimatePacket.Action extends java.lang.Enum<AnimatePacket.Action>
| Enum Constant and Description |
|---|
CRITICAL_HIT |
MAGIC_CRITICAL_HIT |
NO_ACTION |
ROW_LEFT
Deprecated.
v800 (1.21.80)
|
ROW_RIGHT
Deprecated.
v800 (1.21.80)
|
SWING_ARM |
WAKE_UP |
| Modifier and Type | Method and Description |
|---|---|
static AnimatePacket.Action |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnimatePacket.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnimatePacket.Action NO_ACTION
public static final AnimatePacket.Action SWING_ARM
public static final AnimatePacket.Action WAKE_UP
public static final AnimatePacket.Action CRITICAL_HIT
public static final AnimatePacket.Action MAGIC_CRITICAL_HIT
public static final AnimatePacket.Action ROW_RIGHT
public static final AnimatePacket.Action ROW_LEFT
public static AnimatePacket.Action[] values()
for (AnimatePacket.Action c : AnimatePacket.Action.values()) System.out.println(c);
public static AnimatePacket.Action 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