public class ModelEnderman extends ModelBiped
ModelBiped.ArmPose| Modifier and Type | Field and Description |
|---|---|
boolean |
isAttacking
Is the enderman attacking an entity?
|
boolean |
isCarrying
Is the enderman carrying a block?
|
bipedBody, bipedHead, bipedHeadwear, bipedLeftArm, bipedLeftLeg, bipedRightArm, bipedRightLeg, isSneak, leftArmPose, rightArmPoseboxList, isChild, isRiding, swingProgress, textureHeight, textureWidth| Constructor and Description |
|---|
ModelEnderman(float scale) |
| Modifier and Type | Method and Description |
|---|---|
void |
setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn)
Sets the model's various rotation angles.
|
getArmForSide, getMainHand, postRenderArm, render, setInvisible, setModelAttributescopyModelAngles, getRandomModelBox, getTextureOffset, setLivingAnimations, setTextureOffsetpublic boolean isCarrying
public boolean isAttacking
public void setRotationAngles(float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scaleFactor,
Entity entityIn)
setRotationAngles in class ModelBiped