public abstract class ModelBase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List |
boxList |
boolean |
isChild |
boolean |
isRiding |
float |
onGround |
int |
textureHeight |
int |
textureWidth |
Constructor and Description |
---|
ModelBase() |
Modifier and Type | Method and Description |
---|---|
ModelRenderer |
getRandomModelBox(java.util.Random p_85181_1_) |
TextureOffset |
getTextureOffset(java.lang.String p_78084_1_) |
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 |
setLivingAnimations(EntityLivingBase p_78086_1_,
float p_78086_2_,
float p_78086_3_,
float p_78086_4_) |
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_) |
protected void |
setTextureOffset(java.lang.String p_78085_1_,
int p_78085_2_,
int p_78085_3_) |
public float onGround
public boolean isRiding
public java.util.List boxList
public boolean isChild
public int textureWidth
public int textureHeight
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_)
public void setLivingAnimations(EntityLivingBase p_78086_1_, float p_78086_2_, float p_78086_3_, float p_78086_4_)
public ModelRenderer getRandomModelBox(java.util.Random p_85181_1_)
protected void setTextureOffset(java.lang.String p_78085_1_, int p_78085_2_, int p_78085_3_)
public TextureOffset getTextureOffset(java.lang.String p_78084_1_)