Package net.minecraft.entity.mob
Class EvokerEntity.ConjureFangsGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.mob.SpellcastingIllagerEntity.CastSpellGoal
net.minecraft.entity.mob.EvokerEntity.ConjureFangsGoal
- Enclosing class:
- EvokerEntity
class EvokerEntity.ConjureFangsGoal extends SpellcastingIllagerEntity.CastSpellGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control -
Field Summary
Fields inherited from class net.minecraft.entity.mob.SpellcastingIllagerEntity.CastSpellGoal
spellCooldown, startTime -
Constructor Summary
Constructors Modifier Constructor Description privateConjureFangsGoal() -
Method Summary
Modifier and Type Method Description protected voidcastSpell()private voidconjureFangs(double x, double z, double maxY, double y, float yaw, int warmup)protected SoundEventgetSoundPrepare()protected SpellcastingIllagerEntity.SpellgetSpell()protected intgetSpellTicks()protected intstartTimeDelay()Methods inherited from class net.minecraft.entity.mob.SpellcastingIllagerEntity.CastSpellGoal
canStart, getInitialCooldown, shouldContinue, start, tickMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, stop, toString
-
Constructor Details
-
ConjureFangsGoal
private ConjureFangsGoal()
-
-
Method Details
-
getSpellTicks
protected int getSpellTicks()- Specified by:
getSpellTicksin classSpellcastingIllagerEntity.CastSpellGoal
-
startTimeDelay
protected int startTimeDelay()- Specified by:
startTimeDelayin classSpellcastingIllagerEntity.CastSpellGoal
-
castSpell
protected void castSpell()- Specified by:
castSpellin classSpellcastingIllagerEntity.CastSpellGoal
-
conjureFangs
private void conjureFangs(double x, double z, double maxY, double y, float yaw, int warmup) -
getSoundPrepare
- Specified by:
getSoundPreparein classSpellcastingIllagerEntity.CastSpellGoal
-
getSpell
- Specified by:
getSpellin classSpellcastingIllagerEntity.CastSpellGoal
-