Package net.runelite.api.gameval
Class InterfaceID.MourningDeathalterList
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.MourningDeathalterList
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.MourningDeathalterList extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CLOSEBUTTON
static int
LIST_CONTAINER
static int
LIST_TEXT
static int
MOURNING_DEATHALTER_LAYER2
static int
MOURNING_DEATHALTER_LAYER2_MODEL0
static int
SCROLLBAR
static int
TITLE
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description MourningDeathalterList()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
MOURNING_DEATHALTER_LAYER2
public static final int MOURNING_DEATHALTER_LAYER2
- See Also:
- Constant Field Values
-
LIST_CONTAINER
public static final int LIST_CONTAINER
- See Also:
- Constant Field Values
-
LIST_TEXT
public static final int LIST_TEXT
- See Also:
- Constant Field Values
-
TITLE
public static final int TITLE
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
CLOSEBUTTON
public static final int CLOSEBUTTON
- See Also:
- Constant Field Values
-
MOURNING_DEATHALTER_LAYER2_MODEL0
public static final int MOURNING_DEATHALTER_LAYER2_MODEL0
- See Also:
- Constant Field Values
-
-