Uses of Interface
org.rspeer.game.component.tdi.Prayer
-
Packages that use Prayer Package Description org.rspeer.game.combat org.rspeer.game.component.tdi org.rspeer.game.effect -
-
Uses of Prayer in org.rspeer.game.combat
Methods in org.rspeer.game.combat that return types with arguments of type Prayer Modifier and Type Method Description static List<Prayer>Combat. getPrayers(Combat.Stance stance, boolean includeDefensive) -
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 classPrayer.ModernMethods in org.rspeer.game.component.tdi that return Prayer Modifier and Type Method Description static PrayerPrayers. 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 booleanPrayers. flick(Prayer... prayers)static booleanPrayers. isActive(Prayer... prayers)static booleanPrayers.Quick. isPreset(Prayer... prayers)static booleanPrayers. isUnlocked(Prayer prayer)static booleanPrayers. select(boolean unchecked, Prayer... prayers)static booleanPrayers.Quick.Setup. toggle(boolean on, Prayer prayer)static booleanPrayers. toggle(boolean on, Prayer prayer)Deprecated.because prayer states are unsafe, particularly with things like flicking.Method parameters in org.rspeer.game.component.tdi with type arguments of type Prayer Modifier and Type Method Description static booleanPrayers. flick(Collection<Prayer> prayers)static booleanPrayers. isActive(Collection<Prayer> prayers)static booleanPrayers.Quick. isPreset(Collection<Prayer> prayers)static booleanPrayers. select(boolean unchecked, Collection<Prayer> prayers) -
Uses of Prayer in org.rspeer.game.effect
Methods in org.rspeer.game.effect that return types with arguments of type Prayer Modifier and Type Method Description List<Prayer>OverheadPrayer. getPrayers()
-