public class ModelBiped extends ModelBase
Modifier and Type | Field and Description |
---|---|
boolean |
aimedBow |
ModelRenderer |
bipedBody |
ModelRenderer |
bipedCloak |
ModelRenderer |
bipedEars |
ModelRenderer |
bipedHead |
ModelRenderer |
bipedHeadwear |
ModelRenderer |
bipedLeftArm |
ModelRenderer |
bipedLeftLeg |
ModelRenderer |
bipedRightArm |
ModelRenderer |
bipedRightLeg |
int |
heldItemLeft |
int |
heldItemRight |
boolean |
isSneak |
boxList, isChild, isRiding, onGround, textureHeight, textureWidth
Constructor and Description |
---|
ModelBiped() |
ModelBiped(float p_i1148_1_) |
ModelBiped(float p_i1149_1_,
float p_i1149_2_,
int p_i1149_3_,
int p_i1149_4_) |
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 |
renderCloak(float p_78111_1_) |
void |
renderEars(float p_78110_1_) |
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 bipedHead
public ModelRenderer bipedHeadwear
public ModelRenderer bipedBody
public ModelRenderer bipedRightArm
public ModelRenderer bipedLeftArm
public ModelRenderer bipedRightLeg
public ModelRenderer bipedLeftLeg
public ModelRenderer bipedEars
public ModelRenderer bipedCloak
public int heldItemLeft
public int heldItemRight
public boolean isSneak
public boolean aimedBow
public ModelBiped()
public ModelBiped(float p_i1148_1_)
public ModelBiped(float p_i1149_1_, float p_i1149_2_, int p_i1149_3_, int p_i1149_4_)
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
public void renderEars(float p_78110_1_)
public void renderCloak(float p_78111_1_)