Package net.storm.api.magic
Interface IMagic
public interface IMagic
-
Method Summary
Modifier and TypeMethodDescriptionvoidcast(InteractMethod interactMethod, Spell spell) voidcast(InteractMethod interactMethod, Spell spell, int actionIndex) voidcast(InteractMethod interactMethod, Spell spell, String action) voidcast(InteractMethod interactMethod, Spell spell, INPC target) voidcast(InteractMethod interactMethod, Spell spell, IPlayer target) voidcast(InteractMethod interactMethod, Spell spell, IItem target) voidcast(InteractMethod interactMethod, Spell spell, ITileItem target) voidcast(InteractMethod interactMethod, Spell spell, ITileObject target) default voiddefault voiddefault voiddefault voiddefault voiddefault voiddefault voiddefault voidcast(Spell spell, ITileObject target) voidbooleanbooleanisAutoCasting(Spell spell) booleanbooleanbooleanisSpellSelected(Spell spell) voidselectSpell(Spell spell) voidsetAutoCast(Spell spell, boolean defensive)
-
Method Details
-
isAutoCasting
-
isAutoCasting
boolean isAutoCasting() -
isDefensiveAutoCasting
boolean isDefensiveAutoCasting() -
isSpellSelected
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
cast
-
selectSpell
-
getLastHomeTeleportUsage
Instant getLastHomeTeleportUsage() -
isHomeTeleportOnCooldown
boolean isHomeTeleportOnCooldown() -
setAutoCast
-
deselectAutoCast
void deselectAutoCast()
-