Uses of Class
net.minecraft.src.EntityAnimal

Packages that use EntityAnimal
net.minecraft.src   
 

Uses of EntityAnimal in net.minecraft.src
 

Subclasses of EntityAnimal in net.minecraft.src
 class EntityChicken
           
 class EntityCow
           
 class EntityMooshroom
           
 class EntityOcelot
           
 class EntityPig
           
 class EntitySheep
           
 class EntityTameable
           
 class EntityWolf
           
 

Methods in net.minecraft.src with parameters of type EntityAnimal
 boolean EntityWolf.canMateWith(EntityAnimal par1EntityAnimal)
          Returns true if the mob is currently able to mate with the specified mob.
 boolean EntityAnimal.canMateWith(EntityAnimal par1EntityAnimal)
          Returns true if the mob is currently able to mate with the specified mob.
 boolean EntityOcelot.canMateWith(EntityAnimal par1EntityAnimal)
          Returns true if the mob is currently able to mate with the specified mob.
 

Constructors in net.minecraft.src with parameters of type EntityAnimal
EntityAIFollowParent(EntityAnimal par1EntityAnimal, float par2)
           
EntityAIMate(EntityAnimal par1EntityAnimal, float par2)