Uses of Enum Class
net.minecraft.entity.mob.SpellcastingIllagerEntity.Spell
Packages that use SpellcastingIllagerEntity.Spell
-
Uses of SpellcastingIllagerEntity.Spell in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob declared as SpellcastingIllagerEntity.SpellModifier and TypeFieldDescriptionprivate SpellcastingIllagerEntity.Spell
SpellcastingIllagerEntity.spell
Fields in net.minecraft.entity.mob with type parameters of type SpellcastingIllagerEntity.SpellModifier and TypeFieldDescriptionprivate static final IntFunction
<SpellcastingIllagerEntity.Spell> SpellcastingIllagerEntity.Spell.BY_ID
Methods in net.minecraft.entity.mob that return SpellcastingIllagerEntity.SpellModifier 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.Methods in net.minecraft.entity.mob with parameters of type SpellcastingIllagerEntity.SpellModifier and TypeMethodDescriptionvoid
SpellcastingIllagerEntity.setSpell
(SpellcastingIllagerEntity.Spell spell)