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