Uses of Enum Class
dev.twilite.game.facade.Prayer
Packages that use Prayer
-
Uses of Prayer in dev.twilite.game.facade
Methods in dev.twilite.game.facade that return PrayerModifier and TypeMethodDescriptionstatic PrayerPrayers.overhead()Returns the active overhead prayer, ornullwhen none is active.static PrayerReturns the enum constant of this class with the specified name.static Prayer[]Prayer.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.twilite.game.facade that return types with arguments of type PrayerModifier and TypeMethodDescriptionPrayers.active()Returns every currently active prayer.Prayers.all()Returns every modern prayer.Prayers.Quick.preset()Returns every prayer currently selected in the quick-prayer preset.Methods in dev.twilite.game.facade with parameters of type PrayerModifier and TypeMethodDescriptionstatic voidActivates the supplied prayers.static booleanReturns whether all supplied prayers are active.static voidPrayers.deactivate(Prayer... prayers) Deactivates the supplied prayers.static voidDeactivates active prayers, then activates the requested prayers in the same tick.static booleanReturns whether all supplied prayers are selected in the quick-prayer preset.static voidActivates any supplied prayers that are not already active.static voidToggles a prayer in the quick-prayer setup interface.static voidToggles prayers in the quick-prayer setup interface.static voidToggles a prayer to the requested state.static booleanReturns whether the supplied prayer is unlocked for the local player.Method parameters in dev.twilite.game.facade with type arguments of type PrayerModifier and TypeMethodDescriptionstatic booleanPrayers.active(Collection<Prayer> prayers) Returns whether all supplied prayers are active.static voidPrayers.flick(Collection<Prayer> prayers) Deactivates active prayers, then activates the requested prayers in the same tick.static booleanPrayers.Quick.preset(Collection<Prayer> prayers) Returns whether all supplied prayers are selected in the quick-prayer preset.static voidPrayers.select(Collection<Prayer> prayers) Activates any supplied prayers that are not already active.static voidPrayers.Quick.Setup.toggle(boolean on, Collection<Prayer> prayers) Toggles prayers in the quick-prayer setup interface.