public class ModelEnderman extends ModelBiped
| Modifier and Type | Field and Description | 
|---|---|
boolean | 
isAttacking
Is the enderman attacking an entity? 
 | 
boolean | 
isCarrying
Is the enderman carrying a block? 
 | 
aimedBow, bipedBody, bipedCloak, bipedEars, bipedHead, bipedHeadwear, bipedLeftArm, bipedLeftLeg, bipedRightArm, bipedRightLeg, heldItemLeft, heldItemRight, isSneakboxList, isChild, isRiding, onGround, textureHeight, textureWidth| Constructor and Description | 
|---|
ModelEnderman()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
setRotationAngles(float par1,
                                  float par2,
                                  float par3,
                                  float par4,
                                  float par5,
                                  float par6,
                                  Entity par7Entity)
Sets the model's various rotation angles. 
 | 
render, renderCloak, renderEarsgetRandomModelBox, getTextureOffset, setLivingAnimationspublic boolean isCarrying
public boolean isAttacking
public ModelEnderman()
public void setRotationAngles(float par1, float par2, float par3, float par4, float par5, float par6, Entity par7Entity)
setRotationAngles in class ModelBiped