Uses of Class
org.bukkit.entity.Spellcaster.Spell
-
Packages that use Spellcaster.Spell Package Description org.bukkit.entity Interfaces for non-voxel objects that can exist in aworld, including all players, monsters, projectiles, etc. -
-
Uses of Spellcaster.Spell in org.bukkit.entity
Methods in org.bukkit.entity that return Spellcaster.Spell Modifier and Type Method Description @NotNull Spellcaster.SpellSpellcaster. getSpell()Gets theSpellcaster.Spellthe entity is currently using.static Spellcaster.SpellSpellcaster.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 voidSpellcaster. setSpell(@NotNull Spellcaster.Spell spell)Sets theSpellcaster.Spellthe entity is currently using.
-