public static enum AnimatePacket.Action extends Enum<AnimatePacket.Action>
| Enum Constant and Description |
|---|
CRITICAL_HIT |
MAGIC_CRITICAL_HIT |
NO_ACTION |
ROW_LEFT |
ROW_RIGHT |
SWING_ARM |
WAKE_UP |
| Modifier and Type | Method and Description |
|---|---|
static AnimatePacket.Action |
valueOf(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(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 © 2018–2019 NukkitX. All rights reserved.