Class Prayers


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

      Constructors 
      Constructor Description
      Prayers()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.ArrayList<net.runelite.api.Prayer> getSelected()  
      static boolean togglePrayer​(net.runelite.api.Prayer prayer, boolean activate, boolean moveMouse)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Prayers

        public Prayers()
    • Method Detail

      • getSelected

        @Nonnull
        public static java.util.ArrayList<net.runelite.api.Prayer> getSelected()
      • togglePrayer

        public static boolean togglePrayer​(@Nonnull
                                           net.runelite.api.Prayer prayer,
                                           boolean activate,
                                           boolean moveMouse)