Uses of Interface
net.minecraft.entity.passive.IAnimals

Packages that use IAnimals
net.minecraft.entity   
net.minecraft.entity.boss   
net.minecraft.entity.monster   
net.minecraft.entity.passive   
 

Uses of IAnimals in net.minecraft.entity
 

Subinterfaces of IAnimals in net.minecraft.entity
 interface INpc
           
 

Uses of IAnimals in net.minecraft.entity.boss
 

Classes in net.minecraft.entity.boss that implement IAnimals
 class EntityWither
           
 

Uses of IAnimals in net.minecraft.entity.monster
 

Subinterfaces of IAnimals in net.minecraft.entity.monster
 interface IMob
           
 

Classes in net.minecraft.entity.monster that implement IAnimals
 class EntityBlaze
           
 class EntityCaveSpider
           
 class EntityCreeper
           
 class EntityEnderman
           
 class EntityGhast
           
 class EntityGiantZombie
           
 class EntityGolem
           
 class EntityIronGolem
           
 class EntityMagmaCube
           
 class EntityMob
           
 class EntityPigZombie
           
 class EntitySilverfish
           
 class EntitySkeleton
           
 class EntitySlime
           
 class EntitySnowman
           
 class EntitySpider
           
 class EntityWitch
           
 class EntityZombie
           
 

Uses of IAnimals in net.minecraft.entity.passive
 

Classes in net.minecraft.entity.passive that implement IAnimals
 class EntityAmbientCreature
           
 class EntityAnimal
           
 class EntityBat
           
 class EntityChicken
           
 class EntityCow
           
 class EntityMooshroom
           
 class EntityOcelot
           
 class EntityPig
           
 class EntitySheep
           
 class EntitySquid
           
 class EntityTameable
           
 class EntityVillager
           
 class EntityWaterMob
           
 class EntityWolf