Package net.minecraft.entity.monster
Class EvokerEntity.WololoSpellGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.monster.SpellcastingIllagerEntity.UseSpellGoal
net.minecraft.entity.monster.EvokerEntity.WololoSpellGoal
- Enclosing class:
- EvokerEntity
-
Nested Class Summary
-
Field Summary
FieldsFields inherited from class net.minecraft.entity.monster.SpellcastingIllagerEntity.UseSpellGoal
attackWarmupDelay, nextAttackTickCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleancanUse()protected intprotected intprotected intprotected SpellcastingIllagerEntity.SpellTypegetSpell()protected SoundEventprotected voidvoidstop()Methods inherited from class net.minecraft.entity.monster.SpellcastingIllagerEntity.UseSpellGoal
start, tickMethods inherited from class net.minecraft.entity.ai.goal.Goal
getFlags, isInterruptable, setFlags, toString
-
Field Details
-
wololoTargeting
-
-
Constructor Details
-
WololoSpellGoal
public WololoSpellGoal()
-
-
Method Details
-
canUse
public boolean canUse()- Overrides:
canUsein classSpellcastingIllagerEntity.UseSpellGoal
-
canContinueToUse
public boolean canContinueToUse()- Overrides:
canContinueToUsein classSpellcastingIllagerEntity.UseSpellGoal
-
stop
public void stop() -
performSpellCasting
protected void performSpellCasting()- Specified by:
performSpellCastingin classSpellcastingIllagerEntity.UseSpellGoal
-
getCastWarmupTime
protected int getCastWarmupTime()- Overrides:
getCastWarmupTimein classSpellcastingIllagerEntity.UseSpellGoal
-
getCastingTime
protected int getCastingTime()- Specified by:
getCastingTimein classSpellcastingIllagerEntity.UseSpellGoal
-
getCastingInterval
protected int getCastingInterval()- Specified by:
getCastingIntervalin classSpellcastingIllagerEntity.UseSpellGoal
-
getSpellPrepareSound
- Specified by:
getSpellPrepareSoundin classSpellcastingIllagerEntity.UseSpellGoal
-
getSpell
- Specified by:
getSpellin classSpellcastingIllagerEntity.UseSpellGoal
-