Class GhastEntity.GhastMoveControl

java.lang.Object
net.minecraft.entity.ai.control.MoveControl
net.minecraft.entity.mob.GhastEntity.GhastMoveControl
Enclosing class:
GhastEntity

static class GhastEntity.GhastMoveControl
extends MoveControl
  • Field Details

    • ghast

      private final GhastEntity ghast
    • collisionCheckCooldown

      private int collisionCheckCooldown
  • Constructor Details

    • GhastMoveControl

      public GhastMoveControl​(GhastEntity ghast)
  • Method Details

    • tick

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

      private boolean willCollide​(Vec3d direction, int steps)