YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.entity.ai.EntityAITasks Class Reference

Public Member Functions

 EntityAITasks (Profiler par1Profiler)
 
void addTask (int par1, EntityAIBase par2EntityAIBase)
 
void removeTask (EntityAIBase par1EntityAIBase)
 
void onUpdateTasks ()
 

Public Attributes

List taskEntries = new ArrayList()
 

Constructor & Destructor Documentation

net.minecraft.entity.ai.EntityAITasks.EntityAITasks ( Profiler  par1Profiler)

Member Function Documentation

void net.minecraft.entity.ai.EntityAITasks.addTask ( int  par1,
EntityAIBase  par2EntityAIBase 
)
void net.minecraft.entity.ai.EntityAITasks.onUpdateTasks ( )
void net.minecraft.entity.ai.EntityAITasks.removeTask ( EntityAIBase  par1EntityAIBase)

removes the indicated task from the entity's AI tasks.

Member Data Documentation

List net.minecraft.entity.ai.EntityAITasks.taskEntries = new ArrayList()

A list of EntityAITaskEntrys in EntityAITasks.


The documentation for this class was generated from the following file: