Package | Description |
---|---|
net.minecraft.command | |
net.minecraft.entity | |
net.minecraft.entity.ai | |
net.minecraft.entity.monster | |
net.minecraft.world | |
net.minecraft.world.chunk |
Modifier and Type | Field and Description |
---|---|
static IEntitySelector |
IEntitySelector.selectAnything |
static IEntitySelector |
IEntitySelector.selectInventories |
Modifier and Type | Class and Description |
---|---|
class |
EntitySelectorArmoredMob |
Modifier and Type | Field and Description |
---|---|
IEntitySelector |
EntityAIAvoidEntity.field_98218_a |
Constructor and Description |
---|
EntityAINearestAttackableTarget(EntityCreature par1EntityCreature,
Class par2Class,
int par3,
boolean par4,
boolean par5,
IEntitySelector par6IEntitySelector) |
Modifier and Type | Field and Description |
---|---|
static IEntitySelector |
IMob.mobSelector
Entity selector for IMob types.
|
Modifier and Type | Method and Description |
---|---|
List |
World.getEntitiesWithinAABBExcludingEntity(Entity par1Entity,
AxisAlignedBB par2AxisAlignedBB,
IEntitySelector par3IEntitySelector) |
List |
World.selectEntitiesWithinAABB(Class par1Class,
AxisAlignedBB par2AxisAlignedBB,
IEntitySelector par3IEntitySelector) |
Modifier and Type | Method and Description |
---|---|
void |
EmptyChunk.getEntitiesOfTypeWithinAAAB(Class par1Class,
AxisAlignedBB par2AxisAlignedBB,
List par3List,
IEntitySelector par4IEntitySelector)
Gets all entities that can be assigned to the specified class.
|
void |
Chunk.getEntitiesOfTypeWithinAAAB(Class par1Class,
AxisAlignedBB par2AxisAlignedBB,
List par3List,
IEntitySelector par4IEntitySelector)
Gets all entities that can be assigned to the specified class.
|
void |
EmptyChunk.getEntitiesWithinAABBForEntity(Entity par1Entity,
AxisAlignedBB par2AxisAlignedBB,
List par3List,
IEntitySelector par4IEntitySelector)
Fills the given list of all entities that intersect within the given bounding box that aren't the passed entity
Args: entity, aabb, listToFill
|
void |
Chunk.getEntitiesWithinAABBForEntity(Entity par1Entity,
AxisAlignedBB par2AxisAlignedBB,
List par3List,
IEntitySelector par4IEntitySelector)
Fills the given list of all entities that intersect within the given bounding box that aren't the passed entity
Args: entity, aabb, listToFill
|