Package net.runelite.api.gameval
Class InterfaceID.Quickprayer
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Quickprayer
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Quickprayer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BUTTONS
static int
CLOSE
static int
CLOSE_TEXT
static int
UNIVERSE
static int
UNIVERSE_RECT0
static int
UNIVERSE_RECT1
static int
UNIVERSE_RECT2
-
Constructor Summary
Constructors Constructor Description Quickprayer()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
UNIVERSE_RECT0
public static final int UNIVERSE_RECT0
- See Also:
- Constant Field Values
-
UNIVERSE_RECT1
public static final int UNIVERSE_RECT1
- See Also:
- Constant Field Values
-
UNIVERSE_RECT2
public static final int UNIVERSE_RECT2
- See Also:
- Constant Field Values
-
BUTTONS
public static final int BUTTONS
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
CLOSE_TEXT
public static final int CLOSE_TEXT
- See Also:
- Constant Field Values
-
-