public class ModelBiped extends ModelBase
| Modifier and Type | Field and Description |
|---|---|
boolean |
aimedBow |
ModelRenderer |
bipedBody |
ModelRenderer |
bipedHead |
ModelRenderer |
bipedHeadwear |
ModelRenderer |
bipedLeftArm |
ModelRenderer |
bipedLeftLeg |
ModelRenderer |
bipedRightArm |
ModelRenderer |
bipedRightLeg |
int |
heldItemLeft |
int |
heldItemRight |
boolean |
isSneak |
boxList, isChild, isRiding, swingProgress, 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 |
postRenderArm(float p_178718_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 |
setInvisible(boolean invisible) |
void |
setModelAttributes(ModelBase p_178686_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_) |
copyModelAngles, getRandomModelBox, getTextureOffset, setLivingAnimations, setTextureOffsetpublic ModelRenderer bipedHead
public ModelRenderer bipedHeadwear
public ModelRenderer bipedBody
public ModelRenderer bipedRightArm
public ModelRenderer bipedLeftArm
public ModelRenderer bipedRightLeg
public ModelRenderer bipedLeftLeg
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 ModelBasepublic void setModelAttributes(ModelBase p_178686_1_)
setModelAttributes in class ModelBasepublic void setInvisible(boolean invisible)
public void postRenderArm(float p_178718_1_)