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
public class EvokerEntity.WololoSpellGoal extends SpellcastingIllagerEntity.UseSpellGoal
-
-
Field Summary
Fields Modifier and Type Field Description private EntityPredicatewololoTargeting-
Fields inherited from class net.minecraft.entity.monster.SpellcastingIllagerEntity.UseSpellGoal
attackWarmupDelay, nextAttackTickCount
-
-
Constructor Summary
Constructors Constructor Description WololoSpellGoal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanContinueToUse()booleancanUse()protected intgetCastingInterval()protected intgetCastingTime()protected intgetCastWarmupTime()protected SpellcastingIllagerEntity.SpellTypegetSpell()protected SoundEventgetSpellPrepareSound()protected voidperformSpellCasting()voidstop()-
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 Detail
-
wololoTargeting
private final EntityPredicate wololoTargeting
-
-
Method Detail
-
canUse
public boolean canUse()
- Overrides:
canUsein classSpellcastingIllagerEntity.UseSpellGoal
-
canContinueToUse
public boolean canContinueToUse()
- Overrides:
canContinueToUsein classSpellcastingIllagerEntity.UseSpellGoal
-
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
protected SoundEvent getSpellPrepareSound()
- Specified by:
getSpellPrepareSoundin classSpellcastingIllagerEntity.UseSpellGoal
-
getSpell
protected SpellcastingIllagerEntity.SpellType getSpell()
- Specified by:
getSpellin classSpellcastingIllagerEntity.UseSpellGoal
-
-