Package org.rspeer.game.component.tdi
Class Prayers.Quick
- java.lang.Object
-
- org.rspeer.game.component.tdi.Prayers.Quick
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Prayers.Quick.Setup
-
Constructor Summary
Constructors Constructor Description Quick()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Prayer>
getPreset()
static boolean
isActive()
static boolean
isPreset(Collection<Prayer> prayers)
static boolean
isPreset(Prayer... prayers)
static boolean
toggle(boolean on)
-
-
-
Method Detail
-
isActive
public static boolean isActive()
-
toggle
public static boolean toggle(boolean on)
-
isPreset
public static boolean isPreset(Collection<Prayer> prayers)
-
isPreset
public static boolean isPreset(Prayer... prayers)
-
-