Class Ghast.GhastMoveControl<T extends Mob>

java.lang.Object
net.minecraft.world.entity.ai.control.MoveControl<T>
net.minecraft.world.entity.monster.Ghast.GhastMoveControl<T>
All Implemented Interfaces:
Control
Enclosing class:
Ghast

public static class Ghast.GhastMoveControl<T extends Mob> extends MoveControl<T>
  • Field Details

    • floatDuration

      private int floatDuration
    • careful

      private final boolean careful
    • shouldBeStopped

      private final BooleanSupplier shouldBeStopped
  • Constructor Details

    • GhastMoveControl

      public GhastMoveControl(T ghast, boolean careful, BooleanSupplier shouldBeStopped)
  • Method Details