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 SummaryFieldsFields inherited from class net.minecraft.world.entity.monster.SpellcasterIllager.SpellcasterUseSpellGoalattackWarmupDelay, nextAttackTickCount
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleancanUse()protected intprotected intprotected intprotected SpellcasterIllager.IllagerSpellgetSpell()protected SoundEventprotected voidvoidstop()Methods inherited from class net.minecraft.world.entity.monster.SpellcasterIllager.SpellcasterUseSpellGoalstart, tickMethods inherited from class net.minecraft.world.entity.ai.goal.GoaladjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, toString
- 
Field Details- 
wololoTargeting
 
- 
- 
Constructor Details- 
EvokerWololoSpellGoalpublic EvokerWololoSpellGoal()
 
- 
- 
Method Details- 
canUsepublic boolean canUse()- Overrides:
- canUsein class- SpellcasterIllager.SpellcasterUseSpellGoal
 
- 
canContinueToUsepublic boolean canContinueToUse()- Overrides:
- canContinueToUsein class- SpellcasterIllager.SpellcasterUseSpellGoal
 
- 
stoppublic void stop()
- 
performSpellCastingprotected void performSpellCasting()- Specified by:
- performSpellCastingin class- SpellcasterIllager.SpellcasterUseSpellGoal
 
- 
getCastWarmupTimeprotected int getCastWarmupTime()- Overrides:
- getCastWarmupTimein class- SpellcasterIllager.SpellcasterUseSpellGoal
 
- 
getCastingTimeprotected int getCastingTime()- Specified by:
- getCastingTimein class- SpellcasterIllager.SpellcasterUseSpellGoal
 
- 
getCastingIntervalprotected int getCastingInterval()- Specified by:
- getCastingIntervalin class- SpellcasterIllager.SpellcasterUseSpellGoal
 
- 
getSpellPrepareSound- Specified by:
- getSpellPrepareSoundin class- SpellcasterIllager.SpellcasterUseSpellGoal
 
- 
getSpell- Specified by:
- getSpellin class- SpellcasterIllager.SpellcasterUseSpellGoal
 
 
-