Uses of Class
net.minecraft.entity.passive.EntityChicken

Packages that use EntityChicken
net.minecraft.client.renderer.entity   
net.minecraft.entity.passive   
 

Uses of EntityChicken in net.minecraft.client.renderer.entity
 

Methods in net.minecraft.client.renderer.entity with parameters of type EntityChicken
 void RenderChicken.renderChicken(EntityChicken par1EntityChicken, double par2, double par4, double par6, float par8, float par9)
           
 

Uses of EntityChicken in net.minecraft.entity.passive
 

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