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