类 FollowFlockLeaderGoal

java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.FollowFlockLeaderGoal

public class FollowFlockLeaderGoal extends Goal
  • 字段详细资料

    • INTERVAL_TICKS

      private static final int INTERVAL_TICKS
      另请参阅:
    • mob

      private final AbstractSchoolingFish mob
    • timeToRecalcPath

      private int timeToRecalcPath
    • nextStartTick

      private int nextStartTick
  • 构造器详细资料

  • 方法详细资料

    • nextStartTick

      protected int nextStartTick(AbstractSchoolingFish p_25252_)
    • canUse

      public boolean canUse()
      指定者:
      canUse 在类中 Goal
    • canContinueToUse

      public boolean canContinueToUse()
      覆盖:
      canContinueToUse 在类中 Goal
    • start

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

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

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