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
Methods in org.bukkit.entity that return Spellcaster.SpellModifier and TypeMethodDescriptionSpellcaster.getSpell()
Gets theSpellcaster.Spell
the entity is currently using.static Spellcaster.Spell
Returns 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 TypeMethodDescriptionvoid
Spellcaster.setSpell
(@NotNull Spellcaster.Spell spell) Sets theSpellcaster.Spell
the 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.SpellModifierConstructorDescriptionEntitySpellCastEvent
(@NotNull Spellcaster what, Spellcaster.Spell spell)