public class QuadrupedModel<T extends Entity> extends EntityModel<T>
Modifier and Type | Field and Description |
---|---|
protected float |
childYOffset |
protected float |
childZOffset |
protected RendererModel |
field_78144_f |
protected RendererModel |
field_78146_d |
protected RendererModel |
field_78147_e |
protected RendererModel |
field_78148_b |
protected RendererModel |
field_78149_c |
protected RendererModel |
headModel |
isChild, isSitting, swingProgress
boxList, textureHeight, textureWidth
Constructor and Description |
---|
QuadrupedModel(int height,
float scale) |
Modifier and Type | Method and Description |
---|---|
void |
render(T entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
setRotationAngles(T entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor) |
setLivingAnimations, setModelAttributes
getRandomModelBox
protected RendererModel headModel
protected RendererModel field_78148_b
protected RendererModel field_78149_c
protected RendererModel field_78146_d
protected RendererModel field_78147_e
protected RendererModel field_78144_f
protected float childYOffset
protected float childZOffset
public void render(T entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch, float scale)
render
in class EntityModel<T extends Entity>
public void setRotationAngles(T entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch, float scaleFactor)
setRotationAngles
in class EntityModel<T extends Entity>