public class ModelSheep2 extends ModelQuadruped
Modifier and Type | Field and Description |
---|---|
private float |
headRotationAngleX |
body, childYOffset, childZOffset, head, leg1, leg2, leg3, leg4
boxList, isChild, isRiding, swingProgress, textureHeight, textureWidth
Constructor and Description |
---|
ModelSheep2() |
Modifier and Type | Method and Description |
---|---|
void |
setLivingAnimations(EntityLivingBase entitylivingbaseIn,
float limbSwing,
float limbSwingAmount,
float partialTickTime) |
void |
setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
render
copyModelAngles, getRandomModelBox, getTextureOffset, setModelAttributes, setTextureOffset
public void setLivingAnimations(EntityLivingBase entitylivingbaseIn, float limbSwing, float limbSwingAmount, float partialTickTime)
setLivingAnimations
in class ModelBase
public void setRotationAngles(float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch, float scaleFactor, Entity entityIn)
setRotationAngles
in class ModelQuadruped