Class Prayers.Quick.Setup

java.lang.Object
dev.twilite.game.facade.Prayers.Quick.Setup
Enclosing class:
Prayers.Quick

public static class Prayers.Quick.Setup extends Object
Quick-prayer setup interface helpers.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    Opens the quick-prayer setup interface.
    static boolean
    Returns whether the quick-prayer setup interface is open.
    static void
    toggle(boolean on, Prayer prayer)
    Toggles a prayer in the quick-prayer setup interface.
    static void
    toggle(boolean on, Prayer... prayers)
    Toggles prayers in the quick-prayer setup interface.
    static void
    toggle(boolean on, Collection<Prayer> prayers)
    Toggles prayers in the quick-prayer setup interface.

    Methods inherited from class java.lang.Object

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

    • Setup

      public Setup()
  • Method Details

    • showing

      public static boolean showing()
      Returns whether the quick-prayer setup interface is open.
    • open

      public static void open()
      Opens the quick-prayer setup interface.
    • toggle

      public static void toggle(boolean on, Prayer prayer)
      Toggles a prayer in the quick-prayer setup interface.
    • toggle

      public static void toggle(boolean on, Collection<Prayer> prayers)
      Toggles prayers in the quick-prayer setup interface.
    • toggle

      public static void toggle(boolean on, Prayer... prayers)
      Toggles prayers in the quick-prayer setup interface.