Class FlyingMoveControl

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

public class FlyingMoveControl extends MoveControl
  • Field Details

    • maxTurn

      private final int maxTurn
    • hoversInPlace

      private final boolean hoversInPlace
  • Constructor Details

    • FlyingMoveControl

      public FlyingMoveControl(Mob p_24893_, int p_24894_, boolean p_24895_)
  • Method Details