Package net.runelite.api.gameval
Class InterfaceID.DeadmanSigils
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.DeadmanSigils
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.DeadmanSigils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ATTUNED
static int
CHOICE0
static int
CHOICE1
static int
CHOICE2
static int
FRAME
static int
INFINITE
static int
LIST
static int
OFFERED_CONTAINER
static int
OFFERED_DISPLAY
static int
OFFERED_SCROLLBAR
static int
OFFERED_SCROLLING
static int
SCROLLBAR
static int
SLOT0
static int
SLOT1
static int
SLOT2
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description DeadmanSigils()
-
-
-
Field Detail
-
INFINITE
public static final int INFINITE
- See Also:
- Constant Field Values
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
OFFERED_CONTAINER
public static final int OFFERED_CONTAINER
- See Also:
- Constant Field Values
-
OFFERED_SCROLLING
public static final int OFFERED_SCROLLING
- See Also:
- Constant Field Values
-
OFFERED_DISPLAY
public static final int OFFERED_DISPLAY
- See Also:
- Constant Field Values
-
CHOICE0
public static final int CHOICE0
- See Also:
- Constant Field Values
-
CHOICE1
public static final int CHOICE1
- See Also:
- Constant Field Values
-
CHOICE2
public static final int CHOICE2
- See Also:
- Constant Field Values
-
OFFERED_SCROLLBAR
public static final int OFFERED_SCROLLBAR
- See Also:
- Constant Field Values
-
ATTUNED
public static final int ATTUNED
- See Also:
- Constant Field Values
-
LIST
public static final int LIST
- See Also:
- Constant Field Values
-
SLOT0
public static final int SLOT0
- See Also:
- Constant Field Values
-
SLOT1
public static final int SLOT1
- See Also:
- Constant Field Values
-
SLOT2
public static final int SLOT2
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
-