Class Evoker.EvokerWololoSpellGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.monster.SpellcasterIllager.SpellcasterUseSpellGoal
net.minecraft.world.entity.monster.Evoker.EvokerWololoSpellGoal
- Enclosing class:
- Evoker
-
Nested Class Summary
-
Field Summary
Fields inherited from class net.minecraft.world.entity.monster.SpellcasterIllager.SpellcasterUseSpellGoal
attackWarmupDelay, nextAttackTickCount
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
canUse()
protected int
protected int
protected int
protected SpellcasterIllager.IllagerSpell
getSpell()
protected SoundEvent
protected void
void
stop()
Methods inherited from class net.minecraft.world.entity.monster.SpellcasterIllager.SpellcasterUseSpellGoal
start, tick
Methods inherited from class net.minecraft.world.entity.ai.goal.Goal
adjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, toString
-
Field Details
-
wololoTargeting
-
-
Constructor Details
-
EvokerWololoSpellGoal
public EvokerWololoSpellGoal()
-
-
Method Details
-
canUse
public boolean canUse()- Overrides:
canUse
in classSpellcasterIllager.SpellcasterUseSpellGoal
-
canContinueToUse
public boolean canContinueToUse()- Overrides:
canContinueToUse
in classSpellcasterIllager.SpellcasterUseSpellGoal
-
stop
public void stop() -
performSpellCasting
protected void performSpellCasting()- Specified by:
performSpellCasting
in classSpellcasterIllager.SpellcasterUseSpellGoal
-
getCastWarmupTime
protected int getCastWarmupTime()- Overrides:
getCastWarmupTime
in classSpellcasterIllager.SpellcasterUseSpellGoal
-
getCastingTime
protected int getCastingTime()- Specified by:
getCastingTime
in classSpellcasterIllager.SpellcasterUseSpellGoal
-
getCastingInterval
protected int getCastingInterval()- Specified by:
getCastingInterval
in classSpellcasterIllager.SpellcasterUseSpellGoal
-
getSpellPrepareSound
- Specified by:
getSpellPrepareSound
in classSpellcasterIllager.SpellcasterUseSpellGoal
-
getSpell
- Specified by:
getSpell
in classSpellcasterIllager.SpellcasterUseSpellGoal
-