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
Fields inherited from class net.minecraft.entity.monster.SpellcastingIllagerEntity.UseSpellGoal
attackWarmupDelay, nextAttackTickCount
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
canUse()
protected int
protected int
protected int
protected SpellcastingIllagerEntity.SpellType
getSpell()
protected SoundEvent
protected void
void
stop()
Methods inherited from class net.minecraft.entity.monster.SpellcastingIllagerEntity.UseSpellGoal
start, tick
Methods 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:
canUse
in classSpellcastingIllagerEntity.UseSpellGoal
-
canContinueToUse
public boolean canContinueToUse()- Overrides:
canContinueToUse
in classSpellcastingIllagerEntity.UseSpellGoal
-
stop
public void stop() -
performSpellCasting
protected void performSpellCasting()- Specified by:
performSpellCasting
in classSpellcastingIllagerEntity.UseSpellGoal
-
getCastWarmupTime
protected int getCastWarmupTime()- Overrides:
getCastWarmupTime
in classSpellcastingIllagerEntity.UseSpellGoal
-
getCastingTime
protected int getCastingTime()- Specified by:
getCastingTime
in classSpellcastingIllagerEntity.UseSpellGoal
-
getCastingInterval
protected int getCastingInterval()- Specified by:
getCastingInterval
in classSpellcastingIllagerEntity.UseSpellGoal
-
getSpellPrepareSound
- Specified by:
getSpellPrepareSound
in classSpellcastingIllagerEntity.UseSpellGoal
-
getSpell
- Specified by:
getSpell
in classSpellcastingIllagerEntity.UseSpellGoal
-