public static enum AbstractIllagerEntity.ArmPose extends java.lang.Enum<AbstractIllagerEntity.ArmPose>
| Enum Constant and Description |
|---|
ATTACKING |
BOW_AND_ARROW |
CELEBRATING |
CROSSBOW_CHARGE |
CROSSBOW_HOLD |
CROSSED |
NEUTRAL |
SPELLCASTING |
| Modifier and Type | Method and Description |
|---|---|
static AbstractIllagerEntity.ArmPose |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractIllagerEntity.ArmPose[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractIllagerEntity.ArmPose CROSSED
public static final AbstractIllagerEntity.ArmPose ATTACKING
public static final AbstractIllagerEntity.ArmPose SPELLCASTING
public static final AbstractIllagerEntity.ArmPose BOW_AND_ARROW
public static final AbstractIllagerEntity.ArmPose CROSSBOW_HOLD
public static final AbstractIllagerEntity.ArmPose CROSSBOW_CHARGE
public static final AbstractIllagerEntity.ArmPose CELEBRATING
public static final AbstractIllagerEntity.ArmPose NEUTRAL
public static AbstractIllagerEntity.ArmPose[] values()
for (AbstractIllagerEntity.ArmPose c : AbstractIllagerEntity.ArmPose.values()) System.out.println(c);
public static AbstractIllagerEntity.ArmPose 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