public class ModelSnowMan extends ModelBase
Modifier and Type | Field and Description |
---|---|
ModelRenderer |
body |
ModelRenderer |
bottomBody |
ModelRenderer |
head |
ModelRenderer |
leftHand |
ModelRenderer |
rightHand |
boxList, isChild, isRiding, swingProgress, textureHeight, textureWidth
Constructor and Description |
---|
ModelSnowMan() |
Modifier and Type | Method and Description |
---|---|
void |
render(Entity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
void |
setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn) |
copyModelAngles, getRandomModelBox, getTextureOffset, setLivingAnimations, setModelAttributes, setTextureOffset
public ModelRenderer body
public ModelRenderer bottomBody
public ModelRenderer head
public ModelRenderer rightHand
public ModelRenderer leftHand
public void setRotationAngles(float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch, float scaleFactor, Entity entityIn)
setRotationAngles
in class ModelBase