net.minecraft.src
Class EntityAIOwnerHurtTarget
java.lang.Object
  
net.minecraft.src.EntityAIBase
      
net.minecraft.src.EntityAITarget
          
net.minecraft.src.EntityAIOwnerHurtTarget
public class EntityAIOwnerHurtTarget
- extends EntityAITarget
 
 
| 
Method Summary | 
 boolean | 
shouldExecute()
 
          Returns whether the EntityAIBase should begin execution. | 
 void | 
startExecuting()
 
          Execute a one shot task or start executing a continuous task | 
 
 
 
 
EntityAIOwnerHurtTarget
public EntityAIOwnerHurtTarget(EntityTameable par1EntityTameable)
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 EntityAITarget