Class FlyingMoveControl<T extends Mob>

java.lang.Object
net.minecraft.world.entity.ai.control.MoveControl<T>
net.minecraft.world.entity.ai.control.FlyingMoveControl<T>
All Implemented Interfaces:
Control

public class FlyingMoveControl<T extends Mob> extends MoveControl<T>
  • Field Details

    • maxTurn

      private final int maxTurn
    • hoversInPlace

      private final boolean hoversInPlace
  • Constructor Details

    • FlyingMoveControl

      public FlyingMoveControl(T mob, int maxTurn, boolean hoversInPlace)
  • Method Details