Package net.minecraft.src
Class ModelEnderman
- java.lang.Object
-
- net.minecraft.src.ModelBase
-
- net.minecraft.src.ModelBiped
-
- net.minecraft.src.ModelEnderman
-
@Client public class ModelEnderman extends ModelBiped
-
-
Field Summary
Fields Modifier and Type Field Description boolean
isAttacking
boolean
isCarrying
-
Fields inherited from class net.minecraft.src.ModelBiped
aimedBow, bipedBody, bipedCloak, bipedEars, bipedHead, bipedHeadwear, bipedLeftArm, bipedLeftArmSlim, bipedLeftLeg, bipedRightArm, bipedRightArmSlim, bipedRightLeg, heldItemLeft, heldItemRight, isSneak
-
Fields inherited from class net.minecraft.src.ModelBase
boxList, isChild, isRiding, onGround, textureHeight, textureWidth
-
-
Constructor Summary
Constructors Constructor Description ModelEnderman()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setRotationAngles(float var1, float var2, float var3, float var4, float var5, float var6)
-
Methods inherited from class net.minecraft.src.ModelBiped
render, renderCloak, renderEars
-
Methods inherited from class net.minecraft.src.ModelBase
getTextureOffset, setLivingAnimations, setTextureOffset
-
-
-
-
Method Detail
-
setRotationAngles
public void setRotationAngles(float var1, float var2, float var3, float var4, float var5, float var6)
- Overrides:
setRotationAngles
in classModelBiped
-
-