Package net.runelite.api.gameval
Class InterfaceID.Questscroll
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Questscroll
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Questscroll extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
AWARD_TEXT
static int
CLOSE_BUTTON
static int
CLOSE_GRAPHIC
static int
CONGRATULATIONS
static int
CONTENT
static int
QUEST_MODEL
static int
QUEST_POINTS
static int
QUEST_REWARD1
static int
QUEST_REWARD2
static int
QUEST_REWARD3
static int
QUEST_REWARD4
static int
QUEST_REWARD5
static int
QUEST_REWARD6
static int
QUEST_REWARD7
static int
QUEST_TITLE
static int
ROSETTE
static int
SCROLL
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description Questscroll()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
SCROLL
public static final int SCROLL
- See Also:
- Constant Field Values
-
CONGRATULATIONS
public static final int CONGRATULATIONS
- See Also:
- Constant Field Values
-
QUEST_TITLE
public static final int QUEST_TITLE
- See Also:
- Constant Field Values
-
QUEST_MODEL
public static final int QUEST_MODEL
- See Also:
- Constant Field Values
-
QUEST_POINTS
public static final int QUEST_POINTS
- See Also:
- Constant Field Values
-
ROSETTE
public static final int ROSETTE
- See Also:
- Constant Field Values
-
AWARD_TEXT
public static final int AWARD_TEXT
- See Also:
- Constant Field Values
-
QUEST_REWARD1
public static final int QUEST_REWARD1
- See Also:
- Constant Field Values
-
QUEST_REWARD2
public static final int QUEST_REWARD2
- See Also:
- Constant Field Values
-
QUEST_REWARD3
public static final int QUEST_REWARD3
- See Also:
- Constant Field Values
-
QUEST_REWARD4
public static final int QUEST_REWARD4
- See Also:
- Constant Field Values
-
QUEST_REWARD5
public static final int QUEST_REWARD5
- See Also:
- Constant Field Values
-
QUEST_REWARD6
public static final int QUEST_REWARD6
- See Also:
- Constant Field Values
-
QUEST_REWARD7
public static final int QUEST_REWARD7
- See Also:
- Constant Field Values
-
CLOSE_BUTTON
public static final int CLOSE_BUTTON
- See Also:
- Constant Field Values
-
CLOSE_GRAPHIC
public static final int CLOSE_GRAPHIC
- See Also:
- Constant Field Values
-
-