@Environment(value=CLIENT) public static enum BipedEntityModel.ArmPose extends Enum<BipedEntityModel.ArmPose>
| Enum Constant and Description |
|---|
BLOCK |
BOW_AND_ARROW |
CROSSBOW_CHARGE |
CROSSBOW_HOLD |
EMPTY |
ITEM |
THROW_SPEAR |
| Modifier and Type | Field and Description |
|---|---|
private boolean |
field_25722 |
| Modifier and Type | Method and Description |
|---|---|
boolean |
method_30156() |
static BipedEntityModel.ArmPose |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BipedEntityModel.ArmPose[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BipedEntityModel.ArmPose EMPTY
public static final BipedEntityModel.ArmPose ITEM
public static final BipedEntityModel.ArmPose BLOCK
public static final BipedEntityModel.ArmPose BOW_AND_ARROW
public static final BipedEntityModel.ArmPose THROW_SPEAR
public static final BipedEntityModel.ArmPose CROSSBOW_CHARGE
public static final BipedEntityModel.ArmPose CROSSBOW_HOLD
public static BipedEntityModel.ArmPose[] values()
for (BipedEntityModel.ArmPose c : BipedEntityModel.ArmPose.values()) System.out.println(c);
public static BipedEntityModel.ArmPose 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 nullpublic boolean method_30156()