Package net.runelite.api.gameval
Class DBTableID.SailingChartingCore
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.SailingChartingCore
-
- Enclosing class:
- DBTableID
public static final class DBTableID.SailingChartingCore extends java.lang.Object
-
-
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_TYPEdbtablestatic intCOL_GIVE_REPEAT_XPbooleanstatic intCOL_HAZARDdbrowstatic intCOL_HINTstringstatic intCOL_REQUIRED_DOCKdbrowstatic intCOL_SAILING_SEAdbrowstatic intCOL_SAILING_SEA_SECONDARYdbrowstatic 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
dbrow- See Also:
- Constant Field Values
-
COL_SAILING_SEA_SECONDARY
public static final int COL_SAILING_SEA_SECONDARY
dbrow- See Also:
- Constant Field Values
-
COL_GIVE_REPEAT_XP
public static final int COL_GIVE_REPEAT_XP
boolean- See Also:
- Constant Field Values
-
COL_CHARTING_TYPE
public static final int COL_CHARTING_TYPE
dbtable- See Also:
- Constant Field Values
-
COL_HAZARD
public static final int COL_HAZARD
dbrow- See Also:
- Constant Field Values
-
COL_REQUIRED_DOCK
public static final int COL_REQUIRED_DOCK
dbrow- See Also:
- Constant Field Values
-
-