Uses of Enum
org.bukkit.entity.Spellcaster.Spell
Packages that use Spellcaster.Spell
Package
Description
Interfaces for non-voxel objects that can exist in a 
world, including all players, monsters, projectiles, etc.- 
Uses of Spellcaster.Spell in org.bukkit.entityMethods in org.bukkit.entity that return Spellcaster.SpellModifier and TypeMethodDescriptionSpellcaster.getSpell()Gets theSpellcaster.Spellthe entity is currently using.static Spellcaster.SpellReturns the enum constant of this type with the specified name.static Spellcaster.Spell[]Spellcaster.Spell.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bukkit.entity with parameters of type Spellcaster.SpellModifier and TypeMethodDescriptionvoidSpellcaster.setSpell(Spellcaster.Spell spell) Sets theSpellcaster.Spellthe entity is currently using.
- 
Uses of Spellcaster.Spell in org.bukkit.event.entityMethods in org.bukkit.event.entity that return Spellcaster.SpellModifier and TypeMethodDescriptionEntitySpellCastEvent.getSpell()Get the spell to be cast in this event.Constructors in org.bukkit.event.entity with parameters of type Spellcaster.Spell