public class ModelLlama extends ModelQuadruped
Modifier and Type | Field and Description |
---|---|
private ModelRenderer |
chest1 |
private ModelRenderer |
chest2 |
body, childYOffset, childZOffset, head, leg1, leg2, leg3, leg4
boxList, isChild, isRiding, swingProgress, textureHeight, textureWidth
Constructor and Description |
---|
ModelLlama(float p_i47226_1_) |
Modifier and Type | Method and Description |
---|---|
void |
render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
setRotationAngles
copyModelAngles, getRandomModelBox, getTextureOffset, setLivingAnimations, setModelAttributes, setTextureOffset
private final ModelRenderer chest1
private final ModelRenderer chest2
public void render(Entity entityIn, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch, float scale)
render
in class ModelQuadruped