Uses of Enum Class
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.entity
Subclasses with type arguments of type Spellcaster.Spell in org.bukkit.entityModifier and TypeClassDescriptionstatic enumRepresents the current spell the entity is using.Methods 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 class with the specified name.static Spellcaster.Spell[]Spellcaster.Spell.values()Returns an array containing the constants of this enum class, 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.entity
Methods 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