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 classDBTableID.Speedrun.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_QUESTdbrowstatic intCOL_SPEEDRUN_COMBAT_STATS_UNLOCKintegerstatic intCOL_SPEEDRUN_ITEM_UNLOCKS(inv, namedobj, integer)static intCOL_SPEEDRUN_POH_LOCATIONintegerstatic intCOL_SPEEDRUN_QUEST_UNLOCKSdbrowstatic intCOL_SPEEDRUN_STAT_UNLOCKS(stat, integer)static intCOL_SPEEDRUN_STATEintegerstatic intCOL_SPEEDRUN_TROPHY_TIMES(integer, integer)static intID
-
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
-
-