Class Turtle.TurtleRandomStrollGoal

java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.RandomStrollGoal
net.minecraft.world.entity.animal.turtle.Turtle.TurtleRandomStrollGoal
Enclosing class:
Turtle

private static class Turtle.TurtleRandomStrollGoal extends RandomStrollGoal
  • Field Details

    • turtle

      private final Turtle turtle
  • Constructor Details

    • TurtleRandomStrollGoal

      private TurtleRandomStrollGoal(Turtle turtle, double speedModifier, int interval)
  • Method Details