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 classMagic.Autocast.Mode
-
Constructor Summary
Constructors Constructor Description Autocast()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Magic.Autocast.ModegetMode()static SpellgetSelectedSpell()static booleanisEnabled()static booleanisSelectionOpen()static booleanisSpellSelected(Spell spell)static booleanisUsable()static booleanselect(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()
-
-