Class Turtle.TurtleMoveControl<T extends Turtle>

java.lang.Object
net.minecraft.world.entity.ai.control.MoveControl<T>
net.minecraft.world.entity.animal.turtle.Turtle.TurtleMoveControl<T>
All Implemented Interfaces:
Control
Enclosing class:
Turtle

private static class Turtle.TurtleMoveControl<T extends Turtle> extends MoveControl<T>
  • Constructor Details

    • TurtleMoveControl

      public TurtleMoveControl(T turtle)
  • Method Details

    • updateSpeed

      private void updateSpeed()
    • tick

      public void tick()
      Overrides:
      tick in class MoveControl<T extends Turtle>