public class EntityAITasks extends Object
| Modifier and Type | Field and Description |
|---|---|
List |
taskEntries
A list of EntityAITaskEntrys in EntityAITasks.
|
| Constructor and Description |
|---|
EntityAITasks(Profiler par1Profiler) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTask(int par1,
EntityAIBase par2EntityAIBase) |
void |
onUpdateTasks() |
void |
removeTask(EntityAIBase par1EntityAIBase)
removes the indicated task from the entity's AI tasks.
|
public List taskEntries
public EntityAITasks(Profiler par1Profiler)
public void addTask(int par1,
EntityAIBase par2EntityAIBase)
public void removeTask(EntityAIBase par1EntityAIBase)
public void onUpdateTasks()