Class Illusioner.IllusionerBlindnessSpellGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.monster.SpellcasterIllager.SpellcasterUseSpellGoal
net.minecraft.world.entity.monster.Illusioner.IllusionerBlindnessSpellGoal
- Enclosing class:
- Illusioner
- 
Nested Class Summary
- 
Field SummaryFieldsFields inherited from class net.minecraft.world.entity.monster.SpellcasterIllager.SpellcasterUseSpellGoalattackWarmupDelay, nextAttackTickCount
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanUse()protected intprotected intprotected SpellcasterIllager.IllagerSpellgetSpell()protected SoundEventprotected voidvoidstart()Methods inherited from class net.minecraft.world.entity.monster.SpellcasterIllager.SpellcasterUseSpellGoalcanContinueToUse, getCastWarmupTime, tickMethods inherited from class net.minecraft.world.entity.ai.goal.GoaladjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, stop, toString
- 
Field Details- 
lastTargetIdprivate int lastTargetId
 
- 
- 
Constructor Details- 
IllusionerBlindnessSpellGoalIllusionerBlindnessSpellGoal()
 
- 
- 
Method Details- 
canUsepublic boolean canUse()- Overrides:
- canUsein class- SpellcasterIllager.SpellcasterUseSpellGoal
 
- 
startpublic void start()- Overrides:
- startin class- SpellcasterIllager.SpellcasterUseSpellGoal
 
- 
getCastingTimeprotected int getCastingTime()- Specified by:
- getCastingTimein class- SpellcasterIllager.SpellcasterUseSpellGoal
 
- 
getCastingIntervalprotected int getCastingInterval()- Specified by:
- getCastingIntervalin class- SpellcasterIllager.SpellcasterUseSpellGoal
 
- 
performSpellCastingprotected void performSpellCasting()- Specified by:
- performSpellCastingin class- SpellcasterIllager.SpellcasterUseSpellGoal
 
- 
getSpellPrepareSound- Specified by:
- getSpellPrepareSoundin class- SpellcasterIllager.SpellcasterUseSpellGoal
 
- 
getSpell- Specified by:
- getSpellin class- SpellcasterIllager.SpellcasterUseSpellGoal
 
 
-