Class Magic

java.lang.Object
net.storm.sdk.magic.Magic

public class Magic extends Object
  • Constructor Details

    • Magic

      public Magic()
  • Method Details

    • isAutoCasting

      public static boolean isAutoCasting(Spell spell)
    • isAutoCasting

      public static boolean isAutoCasting()
    • isDefensiveAutoCasting

      public static boolean isDefensiveAutoCasting()
    • isSpellSelected

      public static boolean isSpellSelected(Spell spell)
    • cast

      public static void cast(InteractMethod interactMethod, Spell spell, IItem target)
    • cast

      public static void cast(Spell spell, IItem target)
    • cast

      public static void cast(InteractMethod interactMethod, Spell spell, INPC target)
    • cast

      public static void cast(Spell spell, INPC target)
    • cast

      public static void cast(InteractMethod interactMethod, Spell spell, IPlayer target)
    • cast

      public static void cast(Spell spell, IPlayer target)
    • cast

      public static void cast(InteractMethod interactMethod, Spell spell, ITileItem target)
    • cast

      public static void cast(Spell spell, ITileItem target)
    • cast

      public static void cast(InteractMethod interactMethod, Spell spell, ITileObject target)
    • cast

      public static void cast(Spell spell, ITileObject target)
    • cast

      public static void cast(InteractMethod interactMethod, Spell spell)
    • cast

      public static void cast(Spell spell)
    • cast

      public static void cast(InteractMethod interactMethod, Spell spell, String action)
    • cast

      public static void cast(Spell spell, String action)
    • cast

      public static void cast(Spell spell, int actionIndex)
    • cast

      public static void cast(InteractMethod interactMethod, Spell spell, int actionIndex)
    • selectSpell

      public static void selectSpell(Spell spell)
    • getLastHomeTeleportUsage

      public static Instant getLastHomeTeleportUsage()
    • isHomeTeleportOnCooldown

      public static boolean isHomeTeleportOnCooldown()
    • setAutoCast

      public static void setAutoCast(Spell spell, boolean defensive)
    • deselectAutoCast

      public static void deselectAutoCast()