Package net.minecraft.src
Class ModelZombie
- java.lang.Object
-
- net.minecraft.src.ModelBase
-
- net.minecraft.src.ModelBiped
-
- net.minecraft.src.ModelZombie
-
- Direct Known Subclasses:
ModelSkeleton
@Client public class ModelZombie extends ModelBiped
-
-
Field Summary
-
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 ModelZombie()
-
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
-
-