类 BreathAirGoal

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

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

  • 构造器详细资料

  • 方法详细资料

    • canUse

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

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

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

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

      private void findAirPosition()
    • tick

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

      private boolean givesAir(LevelReader p_25107_, BlockPos p_25108_)