net.minecraft.entity.ai
Class EntityAITaskEntry

java.lang.Object
  extended by net.minecraft.entity.ai.EntityAITaskEntry

public class EntityAITaskEntry
extends Object


Field Summary
 EntityAIBase action
          The EntityAIBase object.
 int priority
          Priority of the EntityAIBase
 
Constructor Summary
EntityAITaskEntry(EntityAITasks par1EntityAITasks, int par2, EntityAIBase par3EntityAIBase)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

action

public EntityAIBase action
The EntityAIBase object.


priority

public int priority
Priority of the EntityAIBase

Constructor Detail

EntityAITaskEntry

public EntityAITaskEntry(EntityAITasks par1EntityAITasks,
                         int par2,
                         EntityAIBase par3EntityAIBase)