public class ModelSnowMan extends ModelBase
Modifier and Type | Field and Description |
---|---|
ModelRenderer |
body |
ModelRenderer |
bottomBody |
ModelRenderer |
head |
ModelRenderer |
leftHand |
ModelRenderer |
rightHand |
boxList, isChild, isRiding, onGround, textureHeight, textureWidth
Constructor and Description |
---|
ModelSnowMan() |
Modifier and Type | Method and Description |
---|---|
void |
render(Entity par1Entity,
float par2,
float par3,
float par4,
float par5,
float par6,
float par7)
Sets the models various rotation angles then renders the model.
|
void |
setRotationAngles(float par1,
float par2,
float par3,
float par4,
float par5,
float par6,
Entity par7Entity)
Sets the model's various rotation angles.
|
getRandomModelBox, getTextureOffset, setLivingAnimations
public ModelRenderer body
public ModelRenderer bottomBody
public ModelRenderer head
public ModelRenderer rightHand
public ModelRenderer leftHand
public void setRotationAngles(float par1, float par2, float par3, float par4, float par5, float par6, Entity par7Entity)
setRotationAngles
in class ModelBase