类 PathfindToRaidGoal<T extends Raider>

java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.PathfindToRaidGoal<T>

public class PathfindToRaidGoal<T extends Raider> extends Goal
  • 字段详细资料

    • RECRUITMENT_SEARCH_TICK_DELAY

      private static final int RECRUITMENT_SEARCH_TICK_DELAY
      另请参阅:
    • SPEED_MODIFIER

      private static final float SPEED_MODIFIER
      另请参阅:
    • mob

      private final T extends Raider mob
    • recruitmentTick

      private int recruitmentTick
  • 构造器详细资料

    • PathfindToRaidGoal

      public PathfindToRaidGoal(T p_25706_)
  • 方法详细资料

    • canUse

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

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

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

      private void recruitNearby(Raid p_25709_)