net.minecraft.client.model
Class ModelCow

java.lang.Object
  extended by net.minecraft.client.model.ModelBase
      extended by net.minecraft.client.model.ModelQuadruped
          extended by net.minecraft.client.model.ModelCow

public class ModelCow
extends ModelQuadruped


Field Summary
 
Fields inherited from class net.minecraft.client.model.ModelQuadruped
body, head, leg1, leg2, leg3, leg4
 
Fields inherited from class net.minecraft.client.model.ModelBase
boxList, isChild, isRiding, onGround, textureHeight, textureWidth
 
Constructor Summary
ModelCow()
           
 
Method Summary
 
Methods inherited from class net.minecraft.client.model.ModelQuadruped
render, setRotationAngles
 
Methods inherited from class net.minecraft.client.model.ModelBase
func_85181_a, getTextureOffset, setLivingAnimations
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelCow

public ModelCow()