| Package | Description |
|---|---|
| net.minecraft.client.renderer.entity | |
| net.minecraft.client.renderer.entity.model |
| Modifier and Type | Method and Description |
|---|---|
private BipedModel.ArmPose |
PlayerRenderer.getArmPose(AbstractClientPlayerEntity playerIn,
ItemStack itemStackMain,
ItemStack itemStackOff,
Hand handIn) |
| Modifier and Type | Field and Description |
|---|---|
BipedModel.ArmPose |
BipedModel.leftArmPose |
BipedModel.ArmPose |
BipedModel.rightArmPose |
| Modifier and Type | Method and Description |
|---|---|
static BipedModel.ArmPose |
BipedModel.ArmPose.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BipedModel.ArmPose[] |
BipedModel.ArmPose.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|