类 Bee.BeeGoToKnownFlowerGoal

封闭类:
Bee

public class Bee.BeeGoToKnownFlowerGoal extends Bee.BaseBeeGoal
  • 字段详细资料

    • MAX_TRAVELLING_TICKS

      private static final int MAX_TRAVELLING_TICKS
      另请参阅:
    • travellingTicks

      int travellingTicks
  • 构造器详细资料

    • BeeGoToKnownFlowerGoal

      BeeGoToKnownFlowerGoal()
  • 方法详细资料

    • canBeeUse

      public boolean canBeeUse()
      指定者:
      canBeeUse 在类中 Bee.BaseBeeGoal
    • canBeeContinueToUse

      public boolean canBeeContinueToUse()
      指定者:
      canBeeContinueToUse 在类中 Bee.BaseBeeGoal
    • start

      public void start()
      覆盖:
      start 在类中 Goal
    • stop

      public void stop()
      覆盖:
      stop 在类中 Goal
    • tick

      public void tick()
      覆盖:
      tick 在类中 Goal
    • wantsToGoToKnownFlower

      private boolean wantsToGoToKnownFlower()