net.minecraft.src
Class EntityAITradePlayer
java.lang.Object
  
net.minecraft.src.EntityAIBase
      
net.minecraft.src.EntityAITradePlayer
public class EntityAITradePlayer
- extends EntityAIBase
 
 
| 
Method Summary | 
 void | 
resetTask()
 
          Resets the task | 
 boolean | 
shouldExecute()
 
          Returns whether the EntityAIBase should begin execution. | 
 void | 
startExecuting()
 
          Execute a one shot task or start executing a continuous task | 
 
 
 
EntityAITradePlayer
public EntityAITradePlayer(EntityVillager par1EntityVillager)
shouldExecute
public boolean shouldExecute()
- Returns whether the EntityAIBase should begin execution.
- Specified by:
 shouldExecute in class EntityAIBase
 
 
 
startExecuting
public void startExecuting()
- Execute a one shot task or start executing a continuous task
- Overrides:
 startExecuting in class EntityAIBase
 
 
 
resetTask
public void resetTask()
- Resets the task
- Overrides:
 resetTask in class EntityAIBase