public class EndermanModel<T extends LivingEntity> extends BipedModel<T>
BipedModel.ArmPose| Modifier and Type | Field and Description |
|---|---|
boolean |
isAttacking |
boolean |
isCarrying |
bipedBody, bipedHead, bipedHeadwear, bipedLeftArm, bipedLeftLeg, bipedRightArm, bipedRightLeg, isSneak, leftArmPose, rightArmPose, swimAnimationisChild, isSitting, swingProgressrenderType, textureHeight, textureWidth| Constructor and Description |
|---|
EndermanModel(float scale) |
| Modifier and Type | Method and Description |
|---|---|
void |
setRotationAngles(T entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch) |
getArmForSide, getBodyParts, getHeadParts, getMainHand, getModelHead, rotLerpRad, setLivingAnimations, setModelAttributes, setVisible, translateHandrendercopyModelAttributesToaccept, getRenderTypepublic void setRotationAngles(T entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch)
setRotationAngles in class BipedModel<T extends LivingEntity>