net.minecraft.src
Class ModelZombie

java.lang.Object
  extended by net.minecraft.src.ModelBase
      extended by net.minecraft.src.ModelBiped
          extended by net.minecraft.src.ModelZombie
Direct Known Subclasses:
ModelSkeleton

public class ModelZombie
extends ModelBiped


Field Summary
 
Fields inherited from class net.minecraft.src.ModelBiped
aimedBow, bipedBody, bipedCloak, bipedEars, bipedHead, bipedHeadwear, bipedLeftArm, bipedLeftLeg, bipedRightArm, bipedRightLeg, heldItemLeft, heldItemRight, isSneak
 
Fields inherited from class net.minecraft.src.ModelBase
boxList, isChild, isRiding, onGround, textureHeight, textureWidth
 
Constructor Summary
ModelZombie()
           
 
Method Summary
 void setRotationAngles(float par1, float par2, float par3, float par4, float par5, float par6)
          Sets the models various rotation angles.
 
Methods inherited from class net.minecraft.src.ModelBiped
render, renderCloak, renderEars
 
Methods inherited from class net.minecraft.src.ModelBase
getTextureOffset, setLivingAnimations
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelZombie

public ModelZombie()
Method Detail

setRotationAngles

public void setRotationAngles(float par1,
                              float par2,
                              float par3,
                              float par4,
                              float par5,
                              float par6)
Sets the models various rotation angles.

Overrides:
setRotationAngles in class ModelBiped