Package net.runelite.api.gameval
Class DBTableID.Speedrun
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.Speedrun
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DBTableID.Speedrun.Row
-
Field Summary
Fields Modifier and Type Field Description static int
COL_QUEST
dbrowstatic int
COL_SPEEDRUN_COMBAT_STATS_UNLOCK
integerstatic int
COL_SPEEDRUN_ITEM_UNLOCKS
(inv, namedobj, integer)static int
COL_SPEEDRUN_POH_LOCATION
integerstatic int
COL_SPEEDRUN_QUEST_UNLOCKS
dbrowstatic int
COL_SPEEDRUN_STAT_UNLOCKS
(stat, integer)static int
COL_SPEEDRUN_STATE
integerstatic int
COL_SPEEDRUN_TROPHY_TIMES
(integer, integer)static int
ID
-
Constructor Summary
Constructors Constructor Description Speedrun()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_QUEST
public static final int COL_QUEST
dbrow- See Also:
- Constant Field Values
-
COL_SPEEDRUN_STATE
public static final int COL_SPEEDRUN_STATE
integer- See Also:
- Constant Field Values
-
COL_SPEEDRUN_TROPHY_TIMES
public static final int COL_SPEEDRUN_TROPHY_TIMES
(integer, integer)- See Also:
- Constant Field Values
-
COL_SPEEDRUN_ITEM_UNLOCKS
public static final int COL_SPEEDRUN_ITEM_UNLOCKS
(inv, namedobj, integer)- See Also:
- Constant Field Values
-
COL_SPEEDRUN_QUEST_UNLOCKS
public static final int COL_SPEEDRUN_QUEST_UNLOCKS
dbrow- See Also:
- Constant Field Values
-
COL_SPEEDRUN_STAT_UNLOCKS
public static final int COL_SPEEDRUN_STAT_UNLOCKS
(stat, integer)- See Also:
- Constant Field Values
-
COL_SPEEDRUN_COMBAT_STATS_UNLOCK
public static final int COL_SPEEDRUN_COMBAT_STATS_UNLOCK
integer- See Also:
- Constant Field Values
-
COL_SPEEDRUN_POH_LOCATION
public static final int COL_SPEEDRUN_POH_LOCATION
integer- See Also:
- Constant Field Values
-
-