Uses of Enum Class
net.minecraft.entity.mob.SpellcastingIllagerEntity.Spell
-
Uses of SpellcastingIllagerEntity.Spell in net.minecraft.entity.mob
Modifier and TypeFieldDescriptionprivate SpellcastingIllagerEntity.Spell
SpellcastingIllagerEntity.spell
Modifier and TypeFieldDescriptionprivate static final IntFunction<SpellcastingIllagerEntity.Spell>
SpellcastingIllagerEntity.Spell.BY_ID
Modifier and TypeMethodDescriptionSpellcastingIllagerEntity.Spell.byId
(int id) protected SpellcastingIllagerEntity.Spell
EvokerEntity.ConjureFangsGoal.getSpell()
protected SpellcastingIllagerEntity.Spell
EvokerEntity.SummonVexGoal.getSpell()
protected SpellcastingIllagerEntity.Spell
EvokerEntity.WololoGoal.getSpell()
protected SpellcastingIllagerEntity.Spell
IllusionerEntity.BlindTargetGoal.getSpell()
protected SpellcastingIllagerEntity.Spell
IllusionerEntity.GiveInvisibilityGoal.getSpell()
protected abstract SpellcastingIllagerEntity.Spell
SpellcastingIllagerEntity.CastSpellGoal.getSpell()
protected SpellcastingIllagerEntity.Spell
SpellcastingIllagerEntity.getSpell()
Returns the enum constant of this class with the specified name.static SpellcastingIllagerEntity.Spell[]
SpellcastingIllagerEntity.Spell.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
SpellcastingIllagerEntity.setSpell
(SpellcastingIllagerEntity.Spell spell)