Package org.rspeer.game.gameval
Class DBTableId.Speedrun
- java.lang.Object
-
- org.rspeer.game.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_COMBAT_STATS_UNLOCKintegerstatic intCOL_ITEM_UNLOCKS(integer, integer, integer)static intCOL_POH_LOCATIONintegerstatic intCOL_QUESTintegerstatic intCOL_QUEST_UNLOCKSintegerstatic intCOL_STAT_UNLOCKS(integer, integer)static intCOL_STATEintegerstatic intCOL_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
integer- See Also:
- Constant Field Values
-
COL_STATE
public static final int COL_STATE
integer- See Also:
- Constant Field Values
-
COL_TROPHY_TIMES
public static final int COL_TROPHY_TIMES
(integer, integer)- See Also:
- Constant Field Values
-
COL_ITEM_UNLOCKS
public static final int COL_ITEM_UNLOCKS
(integer, integer, integer)- See Also:
- Constant Field Values
-
COL_QUEST_UNLOCKS
public static final int COL_QUEST_UNLOCKS
integer- See Also:
- Constant Field Values
-
COL_STAT_UNLOCKS
public static final int COL_STAT_UNLOCKS
(integer, integer)- See Also:
- Constant Field Values
-
COL_COMBAT_STATS_UNLOCK
public static final int COL_COMBAT_STATS_UNLOCK
integer- See Also:
- Constant Field Values
-
COL_POH_LOCATION
public static final int COL_POH_LOCATION
integer- See Also:
- Constant Field Values
-
-