Class Ghast.GhastShootFireballGoal

java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.monster.Ghast.GhastShootFireballGoal
Enclosing class:
Ghast

static class Ghast.GhastShootFireballGoal extends Goal
  • Field Details

    • ghast

      private final Ghast ghast
    • chargeTime

      public int chargeTime
  • Constructor Details

    • GhastShootFireballGoal

      public GhastShootFireballGoal(Ghast p_32776_)
  • Method Details

    • canUse

      public boolean canUse()
      Specified by:
      canUse in class Goal
    • start

      public void start()
      Overrides:
      start in class Goal
    • stop

      public void stop()
      Overrides:
      stop in class Goal
    • tick

      public void tick()
      Overrides:
      tick in class Goal