Class BlazeEntity.FireballAttackGoal

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

static class BlazeEntity.FireballAttackGoal extends Goal
  • Field Details

    • blaze

      private final BlazeEntity blaze
    • attackStep

      private int attackStep
    • attackTime

      private int attackTime
    • lastSeen

      private int lastSeen
  • Constructor Details

    • FireballAttackGoal

      public FireballAttackGoal(BlazeEntity p_i45846_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
    • getFollowDistance

      private double getFollowDistance()