class EvokerEntity.ConjureFangsGoal extends SpellcastingIllagerEntity.CastSpellGoal
Goal.ControlspellCooldown, startTime| Modifier | Constructor and Description |
|---|---|
private |
ConjureFangsGoal() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
castSpell() |
private void |
conjureFangs(double x,
double z,
double maxY,
double y,
float yaw,
int warmup) |
protected SoundEvent |
getSoundPrepare() |
protected SpellcastingIllagerEntity.Spell |
getSpell() |
protected int |
getSpellTicks() |
protected int |
startTimeDelay() |
canStart, getInitialCooldown, shouldContinue, start, tickcanStop, getControls, setControls, stop, toStringprotected int getSpellTicks()
getSpellTicks in class SpellcastingIllagerEntity.CastSpellGoalprotected int startTimeDelay()
startTimeDelay in class SpellcastingIllagerEntity.CastSpellGoalprotected void castSpell()
castSpell in class SpellcastingIllagerEntity.CastSpellGoalprivate void conjureFangs(double x,
double z,
double maxY,
double y,
float yaw,
int warmup)
protected SoundEvent getSoundPrepare()
getSoundPrepare in class SpellcastingIllagerEntity.CastSpellGoalprotected SpellcastingIllagerEntity.Spell getSpell()
getSpell in class SpellcastingIllagerEntity.CastSpellGoal