public class ModelQuadruped extends ModelBase
Modifier and Type | Field and Description |
---|---|
ModelRenderer |
body |
protected float |
field_78145_g |
protected float |
field_78151_h |
ModelRenderer |
head |
ModelRenderer |
leg1 |
ModelRenderer |
leg2 |
ModelRenderer |
leg3 |
ModelRenderer |
leg4 |
boxList, isChild, isRiding, onGround, textureHeight, textureWidth
Constructor and Description |
---|
ModelQuadruped(int p_i1154_1_,
float p_i1154_2_) |
Modifier and Type | Method and Description |
---|---|
void |
render(Entity p_78088_1_,
float p_78088_2_,
float p_78088_3_,
float p_78088_4_,
float p_78088_5_,
float p_78088_6_,
float p_78088_7_) |
void |
setRotationAngles(float p_78087_1_,
float p_78087_2_,
float p_78087_3_,
float p_78087_4_,
float p_78087_5_,
float p_78087_6_,
Entity p_78087_7_) |
getRandomModelBox, getTextureOffset, setLivingAnimations, setTextureOffset
public ModelRenderer head
public ModelRenderer body
public ModelRenderer leg1
public ModelRenderer leg2
public ModelRenderer leg3
public ModelRenderer leg4
protected float field_78145_g
protected float field_78151_h
public void render(Entity p_78088_1_, float p_78088_2_, float p_78088_3_, float p_78088_4_, float p_78088_5_, float p_78088_6_, float p_78088_7_)
public void setRotationAngles(float p_78087_1_, float p_78087_2_, float p_78087_3_, float p_78087_4_, float p_78087_5_, float p_78087_6_, Entity p_78087_7_)
setRotationAngles
in class ModelBase