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 class
Spell.Ancient
static class
Spell.Arceuus
static class
Spell.Lunar
static class
Spell.Modern
Methods in org.rspeer.game.component.tdi that return Spell Modifier and Type Method Description static Spell
Magic.Autocast. getSelectedSpell()
static Spell
Magic. getSelectedSpell()
Methods in org.rspeer.game.component.tdi with parameters of type Spell Modifier and Type Method Description static boolean
Magic. canCast(Spell spell)
static boolean
Magic. cast(Spell spell)
static boolean
Magic. cast(Spell spell, Interactable target)
static boolean
Magic. interact(Spell spell, String action)
static boolean
Magic.Autocast. isSpellSelected(Spell spell)
static boolean
Magic.Autocast. select(Magic.Autocast.Mode mode, Spell spell)
-