Package org.rspeer.game.gameval
Class DBTableId.SailingChartingCore
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.SailingChartingCore
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.SailingChartingCore.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_CHARTING_TYPEintegerstatic intCOL_GIVE_REPEAT_XPintegerstatic intCOL_HAZARDintegerstatic intCOL_HINTstringstatic intCOL_REQUIRED_DOCKintegerstatic intCOL_SAILING_SEAintegerstatic intCOL_SAILING_SEA_SECONDARYintegerstatic intCOL_UNIQUE_IDintegerstatic intID
-
Constructor Summary
Constructors Constructor Description SailingChartingCore()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_UNIQUE_ID
public static final int COL_UNIQUE_ID
integer- See Also:
- Constant Field Values
-
COL_HINT
public static final int COL_HINT
string- See Also:
- Constant Field Values
-
COL_SAILING_SEA
public static final int COL_SAILING_SEA
integer- See Also:
- Constant Field Values
-
COL_SAILING_SEA_SECONDARY
public static final int COL_SAILING_SEA_SECONDARY
integer- See Also:
- Constant Field Values
-
COL_GIVE_REPEAT_XP
public static final int COL_GIVE_REPEAT_XP
integer- See Also:
- Constant Field Values
-
COL_CHARTING_TYPE
public static final int COL_CHARTING_TYPE
integer- See Also:
- Constant Field Values
-
COL_HAZARD
public static final int COL_HAZARD
integer- See Also:
- Constant Field Values
-
COL_REQUIRED_DOCK
public static final int COL_REQUIRED_DOCK
integer- See Also:
- Constant Field Values
-
-