Package net.runelite.api.gameval
Class DBTableID.SailingDock
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.SailingDock
-
- Enclosing class:
- DBTableID
public static final class DBTableID.SailingDock extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableID.SailingDock.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_DOCK_IDintegerstatic intCOL_DOCK_SPRITE_SMALLgraphicstatic intCOL_INLINE_NAMEstringstatic intCOL_LEVEL_REQUIREDintegerstatic intCOL_NICE_NAMEstringstatic intCOL_QUEST_REQUIREDdbrowstatic intID
-
Constructor Summary
Constructors Constructor Description SailingDock()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_DOCK_ID
public static final int COL_DOCK_ID
integer- See Also:
- Constant Field Values
-
COL_NICE_NAME
public static final int COL_NICE_NAME
string- See Also:
- Constant Field Values
-
COL_INLINE_NAME
public static final int COL_INLINE_NAME
string- See Also:
- Constant Field Values
-
COL_LEVEL_REQUIRED
public static final int COL_LEVEL_REQUIRED
integer- See Also:
- Constant Field Values
-
COL_QUEST_REQUIRED
public static final int COL_QUEST_REQUIRED
dbrow- See Also:
- Constant Field Values
-
COL_DOCK_SPRITE_SMALL
public static final int COL_DOCK_SPRITE_SMALL
graphic- See Also:
- Constant Field Values
-
-