public class PolarBearModel<T extends PolarBearEntity> extends QuadrupedModel<T>
body, headModel, legBackLeft, legBackRight, legFrontLeft, legFrontRight
isChild, isSitting, swingProgress
renderType, textureHeight, textureWidth
Constructor and Description |
---|
PolarBearModel() |
Modifier and Type | Method and Description |
---|---|
void |
setRotationAngles(T entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch) |
getBodyParts, getHeadParts
render
copyModelAttributesTo, setLivingAnimations
accept, getRenderType
public void setRotationAngles(T entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch)
setRotationAngles
in class QuadrupedModel<T extends PolarBearEntity>