Uses of Class
net.minecraft.src.EntityCow

Packages that use EntityCow
net.minecraft.src   
 

Uses of EntityCow in net.minecraft.src
 

Subclasses of EntityCow in net.minecraft.src
 class EntityMooshroom
           
 

Methods in net.minecraft.src that return EntityCow
 EntityCow EntityCow.spawnBabyAnimal(EntityAgeable par1EntityAgeable)
          This function is used when two same-species animals in 'love mode' breed to generate the new baby animal.
 

Methods in net.minecraft.src with parameters of type EntityCow
 void RenderCow.renderCow(EntityCow par1EntityCow, double par2, double par4, double par6, float par8, float par9)