Package | Description |
---|---|
net.minecraft.entity | |
net.minecraft.entity.ai | |
net.minecraft.entity.boss | |
net.minecraft.entity.monster | |
net.minecraft.entity.passive |
Modifier and Type | Class and Description |
---|---|
class |
EntityAgeable |
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
EntityWither |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
EntityAnimal |
class |
EntityChicken |
class |
EntityCow |
class |
EntityMooshroom |
class |
EntityOcelot |
class |
EntityPig |
class |
EntitySheep |
class |
EntitySquid |
class |
EntityTameable |
class |
EntityVillager |
class |
EntityWaterMob |
class |
EntityWolf |