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 pGhast)
  • Method Details

    • tick

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

      private boolean canReach(Vec3 pPos, int pLength)