类 Raider.RaiderMoveThroughVillageGoal

java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.raid.Raider.RaiderMoveThroughVillageGoal
封闭类:
Raider

static class Raider.RaiderMoveThroughVillageGoal extends Goal
  • 字段详细资料

    • raider

      private final Raider raider
    • speedModifier

      private final double speedModifier
    • poiPos

      private BlockPos poiPos
    • visited

      private final List<BlockPos> visited
    • distanceToPoi

      private final int distanceToPoi
    • stuck

      private boolean stuck
  • 构造器详细资料

    • RaiderMoveThroughVillageGoal

      public RaiderMoveThroughVillageGoal(Raider p_37936_, double p_37937_, int p_37938_)
  • 方法详细资料

    • canUse

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

      private boolean isValidRaid()
    • hasSuitablePoi

      private boolean hasSuitablePoi()
    • canContinueToUse

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

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

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

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

      private boolean hasNotVisited(BlockPos p_37943_)
    • updateVisited

      private void updateVisited()