Class Prayers

java.lang.Object
net.storm.sdk.widgets.Prayers

public class Prayers extends Object
  • Constructor Details

    • Prayers

      public Prayers()
  • Method Details

    • isEnabled

      public static boolean isEnabled(net.runelite.api.Prayer prayer)
    • toggle

      public static void toggle(InteractMethod interactMethod, net.runelite.api.Prayer prayer)
    • toggle

      public static void toggle(net.runelite.api.Prayer prayer)
    • getPoints

      public static int getPoints()
    • getMissingPoints

      public static int getMissingPoints()
    • toggleQuickPrayer

      public static void toggleQuickPrayer(InteractMethod interactMethod, boolean enabled)
    • toggleQuickPrayer

      public static void toggleQuickPrayer(boolean enabled)
    • toggleQuickPrayer

      public static void toggleQuickPrayer()
    • toggleQuickPrayer

      public static void toggleQuickPrayer(InteractMethod interactMethod)
    • isQuickPrayerEnabled

      public static boolean isQuickPrayerEnabled()
    • anyActive

      public static boolean anyActive()
    • disableAll

      public static void disableAll(InteractMethod interactMethod)
    • disableAll

      public static void disableAll()
    • canUse

      public static boolean canUse(net.runelite.api.Prayer prayer)
    • getBestRangeOffensive

      public static net.runelite.api.Prayer getBestRangeOffensive()
    • getBestMageOffensive

      public static net.runelite.api.Prayer getBestMageOffensive()
    • getBestMeleeOffensive

      public static net.runelite.api.Prayer getBestMeleeOffensive()
    • isQuickPrayerOpen

      public static boolean isQuickPrayerOpen()
    • openQuickPrayer

      public static boolean openQuickPrayer()
    • getSelectedQuickPrayers

      public static List<net.runelite.api.Prayer> getSelectedQuickPrayers()
    • getActiveQuickPrayers

      public static List<net.runelite.api.Prayer> getActiveQuickPrayers()
    • setQuickPrayers

      public static boolean setQuickPrayers(List<net.runelite.api.Prayer> prayers, boolean closeInterface)
    • setQuickPrayers

      public static boolean setQuickPrayers(List<net.runelite.api.Prayer> prayers)
    • isQuickPrayerSelected

      public static boolean isQuickPrayerSelected(net.runelite.api.Prayer prayer)
    • isQuickPrayerSelected

      public static boolean isQuickPrayerSelected(List<net.runelite.api.Prayer> prayers)
    • isQuickPrayerActive

      public static boolean isQuickPrayerActive(net.runelite.api.Prayer prayer)
    • isQuickPrayerActive

      public static boolean isQuickPrayerActive(List<net.runelite.api.Prayer> prayers)