Package net.runelite.api.gameval
Class InterfaceID.Deathkeep
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Deathkeep
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Deathkeep extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BUTTON0
static int
BUTTON1
static int
BUTTON2
static int
BUTTON3
static int
COINS
static int
CONTENTS
static int
DELETED
static int
FRAME
static int
GRAVE
static int
ITEMS
static int
KEPT
static int
LEFT
static int
PKER
static int
RIGHT
static int
RIGHT_TEXT0
static int
SCROLLBAR
static int
TOPAREA
static int
UNIVERSE
static int
VALUE
-
Constructor Summary
Constructors Constructor Description Deathkeep()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
TOPAREA
public static final int TOPAREA
- See Also:
- Constant Field Values
-
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
-
ITEMS
public static final int ITEMS
- See Also:
- Constant Field Values
-
KEPT
public static final int KEPT
- See Also:
- Constant Field Values
-
GRAVE
public static final int GRAVE
- See Also:
- Constant Field Values
-
PKER
public static final int PKER
- See Also:
- Constant Field Values
-
COINS
public static final int COINS
- See Also:
- Constant Field Values
-
DELETED
public static final int DELETED
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
-
RIGHT_TEXT0
public static final int RIGHT_TEXT0
- See Also:
- Constant Field Values
-
BUTTON0
public static final int BUTTON0
- See Also:
- Constant Field Values
-
BUTTON1
public static final int BUTTON1
- See Also:
- Constant Field Values
-
BUTTON2
public static final int BUTTON2
- See Also:
- Constant Field Values
-
BUTTON3
public static final int BUTTON3
- See Also:
- Constant Field Values
-
VALUE
public static final int VALUE
- See Also:
- Constant Field Values
-
-