Class PatrickTask

java.lang.Object
com.csse3200.game.ai.tasks.DefaultTask
com.csse3200.game.components.tasks.bosstask.PatrickTask
All Implemented Interfaces:
PriorityTask, Task

public class PatrickTask extends DefaultTask implements PriorityTask
Patrick boss task that controls the boss' sequence and actions based on a predetermined sequence and the boss' current hp
  • Constructor Details

    • PatrickTask

      public PatrickTask()
      Constructor for PatrickTask
  • Method Details

    • start

      public void start()
      What is called when the patrick task is assigned
      Specified by:
      start in interface Task
      Overrides:
      start in class DefaultTask
    • update

      public void update()
      Updates the sequence every frame
      Specified by:
      update in interface Task
      Overrides:
      update in class DefaultTask
    • getPriority

      public int getPriority()
      Specified by:
      getPriority in interface PriorityTask
      Returns:
      priority of this task