Uses of Class
rs.kreme.ksbot.api.game.Prayer.Prayers
-
Packages that use Prayer.Prayers Package Description rs.kreme.ksbot.api.game -
-
Uses of Prayer.Prayers in rs.kreme.ksbot.api.game
Methods in rs.kreme.ksbot.api.game that return Prayer.Prayers Modifier and Type Method Description Prayer.Prayers
Prayer. bestMagicPrayer()
Determines the best magic prayer available to the player based on their Prayer and Defence levels and unlock status of Augury.Prayer.Prayers
Prayer. bestRangedPrayer()
Determines the best ranged prayer available to the player based on their Prayer and Defence levels and unlock status of Rigour.Prayer.Prayers
Prayer. bestStrengthPrayer()
Determines the best strength prayer available to the player based on their Prayer and Defence levels and unlock status of Chivalry and Piety.static Prayer.Prayers
Prayer.Prayers. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Prayer.Prayers[]
Prayer.Prayers. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in rs.kreme.ksbot.api.game that return types with arguments of type Prayer.Prayers Modifier and Type Method Description java.util.List<Prayer.Prayers>
Prayer. getEnabledPrayers()
Determines the currently enabled prayers.java.util.Set<Prayer.Prayers>
Prayer. getEnabledQuickPrayers()
Determines the currently enabled quick prayers.Methods in rs.kreme.ksbot.api.game with parameters of type Prayer.Prayers Modifier and Type Method Description void
Prayer. disable(Prayer.Prayers... prayers)
Disables the provided prayers, ensuring that they are not already disabled.void
Prayer. enable(Prayer.Prayers... prayers)
Enables the provided prayers, ensuring that they are not already enabled.boolean
Prayer. isEnabled(Prayer.Prayers prayer)
Checks if a specific prayer is currently enabled.boolean
Prayer. isPrayerSelected(Prayer.Prayers prayer)
void
Prayer. removeQuickPrayers(boolean close, Prayer.Prayers... prayers)
Removes the specified prayers from quick prayer functionality only if they are currently set.void
Prayer. selectQuickPrayers(boolean close, Prayer.Prayers... prayers)
Selects the specified prayers for quick prayer functionality only if they are not already set.
-