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, swimAnimation
isChild, isSitting, swingProgress
renderType, 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, translateHand
render
copyModelAttributesTo
accept, getRenderType
public void setRotationAngles(T entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch)
setRotationAngles
in class BipedModel<T extends LivingEntity>