Uses of Interface
org.rspeer.game.component.tdi.Spell
-
Packages that use Spell Package Description org.rspeer.game.component.tdi -
-
Uses of Spell in org.rspeer.game.component.tdi
Classes in org.rspeer.game.component.tdi that implement Spell Modifier and Type Class Description static classSpell.Ancientstatic classSpell.Arceuusstatic classSpell.Lunarstatic classSpell.ModernMethods in org.rspeer.game.component.tdi that return Spell Modifier and Type Method Description static SpellMagic. getHomeTeleportSpell()static SpellMagic.Autocast. getSelectedSpell()static SpellMagic. getSelectedSpell()Spell[]Magic.Book. getSpells()Methods in org.rspeer.game.component.tdi that return types with arguments of type Spell Modifier and Type Method Description static Set<Spell>Magic. getCastableSpells()Methods in org.rspeer.game.component.tdi with parameters of type Spell Modifier and Type Method Description static booleanMagic. canCast(Spell spell)static booleanMagic. cast(Spell spell)static booleanMagic. cast(Spell spell, Interactable target)static booleanMagic. interact(Spell spell, String action)static booleanMagic.Autocast. isSpellSelected(Spell spell)static booleanMagic.Autocast. select(Magic.Autocast.Mode mode, Spell spell)
-