Class SpellcastingIllagerEntity.CastingASpellGoal

java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.monster.SpellcastingIllagerEntity.CastingASpellGoal
Direct Known Subclasses:
EvokerEntity.CastingSpellGoal
Enclosing class:
SpellcastingIllagerEntity

public class SpellcastingIllagerEntity.CastingASpellGoal extends Goal
  • Constructor Details

    • CastingASpellGoal

      public CastingASpellGoal()
  • 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