Class Prayers


  • public class Prayers
    extends java.lang.Object
    • Constructor Detail

      • Prayers

        public Prayers()
    • Method Detail

      • 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 java.util.List<net.runelite.api.Prayer> getSelectedQuickPrayers()
      • getActiveQuickPrayers

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

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

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

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

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

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

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