Uses of Class
org.bukkit.entity.Spellcaster.Spell
Package | Description |
---|---|
org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world , including all players, monsters, projectiles, etc. |
org.bukkit.event.entity |
-
Uses of Spellcaster.Spell in org.bukkit.entity
Methods in org.bukkit.entity that return Spellcaster.Spell Modifier and Type Method Description Spellcaster.Spell
Spellcaster. getSpell()
Gets theSpellcaster.Spell
the entity is currently using.static Spellcaster.Spell
Spellcaster.Spell. valueOf(String name)
Returns 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.Spell Modifier and Type Method Description void
Spellcaster. setSpell(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.Spell Modifier and Type Method Description Spellcaster.Spell
EntitySpellCastEvent. getSpell()
Get the spell to be cast in this event.Constructors in org.bukkit.event.entity with parameters of type Spellcaster.Spell Constructor Description EntitySpellCastEvent(Spellcaster what, Spellcaster.Spell spell)