Package net.minecraft.entity.mob
Class EvokerEntity.WololoGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.mob.SpellcastingIllagerEntity.CastSpellGoal
net.minecraft.entity.mob.EvokerEntity.WololoGoal
- Enclosing class:
- EvokerEntity
public class EvokerEntity.WololoGoal extends SpellcastingIllagerEntity.CastSpellGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control -
Field Summary
Fields Modifier and Type Field Description private TargetPredicateconvertibleSheepPredicateFields inherited from class net.minecraft.entity.mob.SpellcastingIllagerEntity.CastSpellGoal
spellCooldown, startTime -
Constructor Summary
Constructors Constructor Description WololoGoal() -
Method Summary
Modifier and Type Method Description booleancanStart()protected voidcastSpell()protected intgetInitialCooldown()protected SoundEventgetSoundPrepare()protected SpellcastingIllagerEntity.SpellgetSpell()protected intgetSpellTicks()booleanshouldContinue()protected intstartTimeDelay()voidstop()Methods inherited from class net.minecraft.entity.mob.SpellcastingIllagerEntity.CastSpellGoal
start, tickMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, toString
-
Field Details
-
convertibleSheepPredicate
-
-
Constructor Details
-
WololoGoal
public WololoGoal()
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStartin classSpellcastingIllagerEntity.CastSpellGoal
-
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinuein classSpellcastingIllagerEntity.CastSpellGoal
-
stop
public void stop() -
castSpell
protected void castSpell()- Specified by:
castSpellin classSpellcastingIllagerEntity.CastSpellGoal
-
getInitialCooldown
protected int getInitialCooldown()- Overrides:
getInitialCooldownin classSpellcastingIllagerEntity.CastSpellGoal
-
getSpellTicks
protected int getSpellTicks()- Specified by:
getSpellTicksin classSpellcastingIllagerEntity.CastSpellGoal
-
startTimeDelay
protected int startTimeDelay()- Specified by:
startTimeDelayin classSpellcastingIllagerEntity.CastSpellGoal
-
getSoundPrepare
- Specified by:
getSoundPreparein classSpellcastingIllagerEntity.CastSpellGoal
-
getSpell
- Specified by:
getSpellin classSpellcastingIllagerEntity.CastSpellGoal
-