Uses of Interface
org.rspeer.game.component.tdi.Prayer
-
Packages that use Prayer Package Description org.rspeer.game.component.tdi -
-
Uses of Prayer in org.rspeer.game.component.tdi
Classes in org.rspeer.game.component.tdi that implement Prayer Modifier and Type Class Description static class
Prayer.Modern
Methods in org.rspeer.game.component.tdi that return Prayer Modifier and Type Method Description static Prayer
Prayers. getActiveOverhead()
Prayer[]
Prayer.Book. getPrayers()
Methods in org.rspeer.game.component.tdi that return types with arguments of type Prayer Modifier and Type Method Description static List<Prayer>
Prayers. getActive()
static List<Prayer>
Prayers.Quick. getPreset()
Methods in org.rspeer.game.component.tdi with parameters of type Prayer Modifier and Type Method Description static boolean
Prayers. flick(Prayer... prayers)
static boolean
Prayers. isActive(Prayer... prayers)
static boolean
Prayers.Quick. isPreset(Prayer... prayers)
static boolean
Prayers. isUnlocked(Prayer prayer)
static boolean
Prayers. select(boolean unchecked, Prayer... prayers)
static boolean
Prayers.Quick.Setup. toggle(boolean on, Prayer prayer)
static boolean
Prayers. toggle(boolean on, Prayer prayer)
Deprecated.because prayer states are unsafe, particularly with things like flicking.
-