Package dev.twilite.game.facade
Class Prayers.Quick.Setup
java.lang.Object
dev.twilite.game.facade.Prayers.Quick.Setup
- Enclosing class:
Prayers.Quick
Quick-prayer setup interface helpers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidopen()Opens the quick-prayer setup interface.static booleanshowing()Returns whether the quick-prayer setup interface is open.static voidToggles a prayer in the quick-prayer setup interface.static voidToggles prayers in the quick-prayer setup interface.static voidtoggle(boolean on, Collection<Prayer> prayers) Toggles prayers in the quick-prayer setup interface.
-
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
Toggles a prayer in the quick-prayer setup interface. -
toggle
Toggles prayers in the quick-prayer setup interface. -
toggle
Toggles prayers in the quick-prayer setup interface.
-