Package net.runelite.api.gameval
Class InterfaceID.QuestscrollSpeedrun
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.QuestscrollSpeedrun
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.QuestscrollSpeedrun extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BEST_TEXT
static int
BEST_TITLE
static int
CLOSE_BUTTON
static int
CLOSE_GRAPHIC
static int
CONGRATULATIONS
static int
CONTENT
static int
QUEST_MODEL
static int
QUEST_TITLE
static int
ROSETTE
static int
SCROLL
static int
SPEEDRUN_POINTS
static int
SPEEDRUN_TROPHIES
static int
TIME_TEXT
static int
TIME_TITLE
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description QuestscrollSpeedrun()
-
-
-
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
-
SPEEDRUN_POINTS
public static final int SPEEDRUN_POINTS
- See Also:
- Constant Field Values
-
SPEEDRUN_TROPHIES
public static final int SPEEDRUN_TROPHIES
- See Also:
- Constant Field Values
-
ROSETTE
public static final int ROSETTE
- See Also:
- Constant Field Values
-
TIME_TITLE
public static final int TIME_TITLE
- See Also:
- Constant Field Values
-
TIME_TEXT
public static final int TIME_TEXT
- See Also:
- Constant Field Values
-
BEST_TITLE
public static final int BEST_TITLE
- See Also:
- Constant Field Values
-
BEST_TEXT
public static final int BEST_TEXT
- 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
-
-