Package org.rspeer.game.component.tdi
Class Magic.Autocast
- java.lang.Object
-
- org.rspeer.game.component.tdi.Magic.Autocast
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Magic.Autocast.Mode
-
Constructor Summary
Constructors Constructor Description Autocast()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Magic.Autocast.Mode
getMode()
static Spell
getSelectedSpell()
static boolean
isEnabled()
static boolean
isSelectionOpen()
static boolean
isSpellSelected(Spell spell)
static boolean
isUsable()
static boolean
select(Magic.Autocast.Mode mode, Spell spell)
-
-
-
Method Detail
-
isUsable
public static boolean isUsable()
-
isEnabled
public static boolean isEnabled()
-
getMode
public static Magic.Autocast.Mode getMode()
-
getSelectedSpell
public static Spell getSelectedSpell()
-
isSpellSelected
public static boolean isSpellSelected(Spell spell)
-
select
public static boolean select(Magic.Autocast.Mode mode, Spell spell)
-
isSelectionOpen
public static boolean isSelectionOpen()
-
-