Package net.minecraft.entity.monster
Class EvokerEntity.CastingSpellGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.monster.SpellcastingIllagerEntity.CastingASpellGoal
-
- net.minecraft.entity.monster.EvokerEntity.CastingSpellGoal
-
- Enclosing class:
- EvokerEntity
class EvokerEntity.CastingSpellGoal extends SpellcastingIllagerEntity.CastingASpellGoal
-
-
Constructor Summary
Constructors Modifier Constructor Description private
CastingSpellGoal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
tick()
-
Methods inherited from class net.minecraft.entity.monster.SpellcastingIllagerEntity.CastingASpellGoal
canUse, start, stop
-
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canContinueToUse, getFlags, isInterruptable, setFlags, toString
-
-
-
-
Method Detail
-
tick
public void tick()
- Overrides:
tick
in classSpellcastingIllagerEntity.CastingASpellGoal
-
-