Class EntityAIOwnerHurtTarget


public class EntityAIOwnerHurtTarget extends EntityAITarget
  • Constructor Details

    • EntityAIOwnerHurtTarget

      public EntityAIOwnerHurtTarget(EntityTameable par1EntityTameable)
  • Method Details

    • 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
    • continueExecuting

      public boolean continueExecuting()
      Description copied from class: EntityAITarget
      Returns whether an in-progress EntityAIBase should continue executing
      Overrides:
      continueExecuting in class EntityAITarget