Class Ghast.GhastMoveControl

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

static class Ghast.GhastMoveControl extends MoveControl
  • Field Details

    • ghast

      private final Ghast ghast
    • floatDuration

      private int floatDuration
  • Constructor Details

    • GhastMoveControl

      public GhastMoveControl(Ghast p_32768_)
  • Method Details

    • tick

      public void tick()
      Overrides:
      tick in class MoveControl
    • canReach

      private boolean canReach(Vec3 p_32771_, int p_32772_)