net.minecraft.src
Class ModelSheep1

java.lang.Object
  extended by net.minecraft.src.ModelBase
      extended by net.minecraft.src.ModelQuadruped
          extended by net.minecraft.src.ModelSheep1

public class ModelSheep1
extends ModelQuadruped


Field Summary
 
Fields inherited from class net.minecraft.src.ModelQuadruped
body, head, leg1, leg2, leg3, leg4
 
Fields inherited from class net.minecraft.src.ModelBase
boxList, isChild, isRiding, onGround, textureHeight, textureWidth
 
Constructor Summary
ModelSheep1()
           
 
Method Summary
 void setLivingAnimations(EntityLiving par1EntityLiving, float par2, float par3, float par4)
          Used for easily adding entity-dependent animations.
 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.ModelQuadruped
render
 
Methods inherited from class net.minecraft.src.ModelBase
getTextureOffset
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelSheep1

public ModelSheep1()
Method Detail

setLivingAnimations

public void setLivingAnimations(EntityLiving par1EntityLiving,
                                float par2,
                                float par3,
                                float par4)
Used for easily adding entity-dependent animations. The second and third float params here are the same second and third as in the setRotationAngles method.

Overrides:
setLivingAnimations in class ModelBase

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 ModelQuadruped