Uses of Class
net.minecraft.entity.EntityCreature

Packages that use EntityCreature
net.minecraft.entity   
net.minecraft.entity.ai   
net.minecraft.entity.boss   
net.minecraft.entity.monster   
net.minecraft.entity.passive   
 

Uses of EntityCreature in net.minecraft.entity
 

Subclasses of EntityCreature in net.minecraft.entity
 class EntityAgeable
           
 

Uses of EntityCreature in net.minecraft.entity.ai
 

Methods in net.minecraft.entity.ai with parameters of type EntityCreature
static Vec3 RandomPositionGenerator.findRandomTarget(EntityCreature par0EntityCreature, int par1, int par2)
          finds a random target within par1(x,z) and par2 (y) blocks
static Vec3 RandomPositionGenerator.findRandomTargetBlockAwayFrom(EntityCreature par0EntityCreature, int par1, int par2, Vec3 par3Vec3)
          finds a random target within par1(x,z) and par2 (y) blocks in the reverse direction of the point par3
static Vec3 RandomPositionGenerator.findRandomTargetBlockTowards(EntityCreature par0EntityCreature, int par1, int par2, Vec3 par3Vec3)
          finds a random target within par1(x,z) and par2 (y) blocks in the direction of the point par3
 

Constructors in net.minecraft.entity.ai with parameters of type EntityCreature
EntityAIAvoidEntity(EntityCreature par1EntityCreature, Class par2Class, float par3, float par4, float par5)
           
EntityAIFleeSun(EntityCreature par1EntityCreature, float par2)
           
EntityAIMoveIndoors(EntityCreature par1EntityCreature)
           
EntityAIMoveThroughVillage(EntityCreature par1EntityCreature, float par2, boolean par3)
           
EntityAIMoveTowardsTarget(EntityCreature par1EntityCreature, float par2, float par3)
           
EntityAIMoveTwardsRestriction(EntityCreature par1EntityCreature, float par2)
           
EntityAIPanic(EntityCreature par1EntityCreature, float par2)
           
EntityAIRestrictOpenDoor(EntityCreature par1EntityCreature)
           
EntityAIRestrictSun(EntityCreature par1EntityCreature)
           
EntityAITempt(EntityCreature par1EntityCreature, float par2, int par3, boolean par4)
           
EntityAIWander(EntityCreature par1EntityCreature, float par2)
           
 

Uses of EntityCreature in net.minecraft.entity.boss
 

Subclasses of EntityCreature in net.minecraft.entity.boss
 class EntityWither
           
 

Uses of EntityCreature in net.minecraft.entity.monster
 

Subclasses of EntityCreature in net.minecraft.entity.monster
 class EntityBlaze
           
 class EntityCaveSpider
           
 class EntityCreeper
           
 class EntityEnderman
           
 class EntityGiantZombie
           
 class EntityGolem
           
 class EntityIronGolem
           
 class EntityMob
           
 class EntityPigZombie
           
 class EntitySilverfish
           
 class EntitySkeleton
           
 class EntitySnowman
           
 class EntitySpider
           
 class EntityWitch
           
 class EntityZombie
           
 

Uses of EntityCreature in net.minecraft.entity.passive
 

Subclasses of EntityCreature in net.minecraft.entity.passive
 class EntityAnimal
           
 class EntityChicken
           
 class EntityCow
           
 class EntityMooshroom
           
 class EntityOcelot
           
 class EntityPig
           
 class EntitySheep
           
 class EntitySquid
           
 class EntityTameable
           
 class EntityVillager
           
 class EntityWaterMob
           
 class EntityWolf