Package net.runelite.api.gameval
Class InterfaceID.Questdisplay
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Questdisplay
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Questdisplay extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTENTS
static int
LIST
static int
QP
static int
SCROLLBAR
static int
TITLE
static int
UNIVERSE
static int
UNIVERSE_GRAPHIC5
static int
UNIVERSE_MODEL0
-
Constructor Summary
Constructors Constructor Description Questdisplay()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
UNIVERSE_MODEL0
public static final int UNIVERSE_MODEL0
- See Also:
- Constant Field Values
-
TITLE
public static final int TITLE
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
LIST
public static final int LIST
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
QP
public static final int QP
- See Also:
- Constant Field Values
-
UNIVERSE_GRAPHIC5
public static final int UNIVERSE_GRAPHIC5
- See Also:
- Constant Field Values
-
-