Package net.minecraft.entity.monster
Class EvokerEntity.AttackSpellGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.monster.SpellcastingIllagerEntity.UseSpellGoal
net.minecraft.entity.monster.EvokerEntity.AttackSpellGoal
- Enclosing class:
- EvokerEntity
- 
Nested Class Summary
- 
Field SummaryFields inherited from class net.minecraft.entity.monster.SpellcastingIllagerEntity.UseSpellGoalattackWarmupDelay, nextAttackTickCount
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate voidcreateSpellEntity(double p_190876_1_, double p_190876_3_, double p_190876_5_, double p_190876_7_, float p_190876_9_, int p_190876_10_) protected intprotected intprotected SpellcastingIllagerEntity.SpellTypegetSpell()protected SoundEventprotected voidMethods inherited from class net.minecraft.entity.monster.SpellcastingIllagerEntity.UseSpellGoalcanContinueToUse, canUse, getCastWarmupTime, start, tick
- 
Constructor Details- 
AttackSpellGoalprivate AttackSpellGoal()
 
- 
- 
Method Details- 
getCastingTimeprotected int getCastingTime()- Specified by:
- getCastingTimein class- SpellcastingIllagerEntity.UseSpellGoal
 
- 
getCastingIntervalprotected int getCastingInterval()- Specified by:
- getCastingIntervalin class- SpellcastingIllagerEntity.UseSpellGoal
 
- 
performSpellCastingprotected void performSpellCasting()- Specified by:
- performSpellCastingin class- SpellcastingIllagerEntity.UseSpellGoal
 
- 
createSpellEntityprivate void createSpellEntity(double p_190876_1_, double p_190876_3_, double p_190876_5_, double p_190876_7_, float p_190876_9_, int p_190876_10_) 
- 
getSpellPrepareSound- Specified by:
- getSpellPrepareSoundin class- SpellcastingIllagerEntity.UseSpellGoal
 
- 
getSpell- Specified by:
- getSpellin class- SpellcastingIllagerEntity.UseSpellGoal
 
 
-