Class GhastEntity.FireballAttackGoal

java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.monster.GhastEntity.FireballAttackGoal
Enclosing class:
GhastEntity

static class GhastEntity.FireballAttackGoal extends Goal
  • Field Details

    • ghast

      private final GhastEntity ghast
    • chargeTime

      public int chargeTime
  • Constructor Details

    • FireballAttackGoal

      public FireballAttackGoal(GhastEntity p_i45837_1_)
  • 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