Class Bee.BeeGoToKnownFlowerGoal

Enclosing class:
Bee

public class Bee.BeeGoToKnownFlowerGoal extends Bee.BaseBeeGoal
  • Field Details

    • MAX_TRAVELLING_TICKS

      private static final int MAX_TRAVELLING_TICKS
      See Also:
      Constant Field Values
    • travellingTicks

      int travellingTicks
  • Constructor Details

    • BeeGoToKnownFlowerGoal

      BeeGoToKnownFlowerGoal()
  • Method Details

    • canBeeUse

      public boolean canBeeUse()
      Specified by:
      canBeeUse in class Bee.BaseBeeGoal
    • canBeeContinueToUse

      public boolean canBeeContinueToUse()
      Specified by:
      canBeeContinueToUse in class Bee.BaseBeeGoal
    • 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
    • wantsToGoToKnownFlower

      private boolean wantsToGoToKnownFlower()