Package | Description |
---|---|
net.minecraft.entity.ai |
Modifier and Type | Field and Description |
---|---|
EntityAIBase |
EntityAITaskEntry.action
The EntityAIBase object.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityAITasks.addTask(int par1,
EntityAIBase par2EntityAIBase) |
void |
EntityAITasks.removeTask(EntityAIBase par1EntityAIBase)
removes the indicated task from the entity's AI tasks.
|
Constructor and Description |
---|
EntityAITaskEntry(EntityAITasks par1EntityAITasks,
int par2,
EntityAIBase par3EntityAIBase) |