Class FoxEntity.JumpChasingGoal

Enclosing class:
FoxEntity

public class FoxEntity.JumpChasingGoal
extends DiveJumpingGoal
  • Constructor Details

    • JumpChasingGoal

      public JumpChasingGoal()
  • Method Details

    • canStart

      public boolean canStart()
      Specified by:
      canStart in class Goal
    • shouldContinue

      public boolean shouldContinue()
      Overrides:
      shouldContinue in class Goal
    • canStop

      public boolean canStop()
      Overrides:
      canStop in class Goal
    • start

      public void start()
      Overrides:
      start in class Goal
    • stop

      public void stop()
      Overrides:
      stop in class Goal
    • tick

      public void tick()
      Overrides:
      tick in class Goal