类 Turtle.TurtleGoHomeGoal

java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.animal.Turtle.TurtleGoHomeGoal
封闭类:
Turtle

static class Turtle.TurtleGoHomeGoal extends Goal
  • 字段详细资料

    • turtle

      private final Turtle turtle
    • speedModifier

      private final double speedModifier
    • stuck

      private boolean stuck
    • closeToHomeTryTicks

      private int closeToHomeTryTicks
    • GIVE_UP_TICKS

      private static final int GIVE_UP_TICKS
      另请参阅:
  • 构造器详细资料

    • TurtleGoHomeGoal

      TurtleGoHomeGoal(Turtle p_30253_, double p_30254_)
  • 方法详细资料

    • canUse

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

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

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

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

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