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 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.
-