public class ModelWolf extends ModelBase
| Modifier and Type | Field and Description |
|---|---|
ModelRenderer |
wolfBody |
ModelRenderer |
wolfHeadMain |
ModelRenderer |
wolfLeg1 |
ModelRenderer |
wolfLeg2 |
ModelRenderer |
wolfLeg3 |
ModelRenderer |
wolfLeg4 |
| Constructor and Description |
|---|
ModelWolf() |
| Modifier and Type | Method and Description |
|---|---|
void |
render(float f,
float f1,
float f2,
float f3,
float f4,
float f5) |
void |
setLivingAnimations(EntityLiving entityliving,
float f,
float f1,
float f2) |
void |
setRotationAngles(float f,
float f1,
float f2,
float f3,
float f4,
float f5) |
public ModelRenderer wolfHeadMain
public ModelRenderer wolfBody
public ModelRenderer wolfLeg1
public ModelRenderer wolfLeg2
public ModelRenderer wolfLeg3
public ModelRenderer wolfLeg4
public void render(float f,
float f1,
float f2,
float f3,
float f4,
float f5)
public void setLivingAnimations(EntityLiving entityliving, float f, float f1, float f2)
setLivingAnimations in class ModelBasepublic void setRotationAngles(float f,
float f1,
float f2,
float f3,
float f4,
float f5)
setRotationAngles in class ModelBase