Uses of Enum Class
org.bukkit.entity.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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionEntitySpellCastEvent.getSpell()
Get the spell to be cast in this event.ModifierConstructorDescriptionEntitySpellCastEvent
(@NotNull Spellcaster what, Spellcaster.Spell spell)