Package net.runelite.api.gameval
Class DBTableID.BoatSelectionType
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.BoatSelectionType
-
- Enclosing class:
- DBTableID
public static final class DBTableID.BoatSelectionType extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableID.BoatSelectionType.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_BOTTLED_SHIPS_NOT_ALLOWEDbooleanstatic intCOL_CAPSIZED_SHIPS_NOT_ALLOWEDbooleanstatic intCOL_LOST_SHIPS_NOT_ALLOWEDbooleanstatic intCOL_ONLY_BOATS_AT_CURRENT_PORTbooleanstatic intCOL_REQUIRES_EMPTY_CARGO_HOLDbooleanstatic intCOL_REQUIRES_GREATER_TELEPORT_FOCUSbooleanstatic intCOL_REQUIRES_TELEPORT_FOCUSbooleanstatic intCOL_SELECTION_ENABLEDbooleanstatic intCOL_SELECTION_TEXTstringstatic intCOL_SHOW_BOAT_HEALTHbooleanstatic intCOL_SHOW_CARGO_HOLDbooleanstatic intCOL_SHOW_EMPTY_BOAT_SLOTSbooleanstatic intCOL_SHOW_RECENT_BOATbooleanstatic intCOL_SHOW_RETRIEVAL_COSTbooleanstatic intCOL_TITLEstringstatic intCOL_TYPEintegerstatic intID
-
Constructor Summary
Constructors Constructor Description BoatSelectionType()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_TYPE
public static final int COL_TYPE
integer- See Also:
- Constant Field Values
-
COL_TITLE
public static final int COL_TITLE
string- See Also:
- Constant Field Values
-
COL_SELECTION_TEXT
public static final int COL_SELECTION_TEXT
string- See Also:
- Constant Field Values
-
COL_SELECTION_ENABLED
public static final int COL_SELECTION_ENABLED
boolean- See Also:
- Constant Field Values
-
COL_SHOW_RECENT_BOAT
public static final int COL_SHOW_RECENT_BOAT
boolean- See Also:
- Constant Field Values
-
COL_SHOW_RETRIEVAL_COST
public static final int COL_SHOW_RETRIEVAL_COST
boolean- See Also:
- Constant Field Values
-
COL_SHOW_BOAT_HEALTH
public static final int COL_SHOW_BOAT_HEALTH
boolean- See Also:
- Constant Field Values
-
COL_SHOW_EMPTY_BOAT_SLOTS
public static final int COL_SHOW_EMPTY_BOAT_SLOTS
boolean- See Also:
- Constant Field Values
-
COL_SHOW_CARGO_HOLD
public static final int COL_SHOW_CARGO_HOLD
boolean- See Also:
- Constant Field Values
-
COL_BOTTLED_SHIPS_NOT_ALLOWED
public static final int COL_BOTTLED_SHIPS_NOT_ALLOWED
boolean- See Also:
- Constant Field Values
-
COL_CAPSIZED_SHIPS_NOT_ALLOWED
public static final int COL_CAPSIZED_SHIPS_NOT_ALLOWED
boolean- See Also:
- Constant Field Values
-
COL_LOST_SHIPS_NOT_ALLOWED
public static final int COL_LOST_SHIPS_NOT_ALLOWED
boolean- See Also:
- Constant Field Values
-
COL_ONLY_BOATS_AT_CURRENT_PORT
public static final int COL_ONLY_BOATS_AT_CURRENT_PORT
boolean- See Also:
- Constant Field Values
-
COL_REQUIRES_TELEPORT_FOCUS
public static final int COL_REQUIRES_TELEPORT_FOCUS
boolean- See Also:
- Constant Field Values
-
COL_REQUIRES_GREATER_TELEPORT_FOCUS
public static final int COL_REQUIRES_GREATER_TELEPORT_FOCUS
boolean- See Also:
- Constant Field Values
-
COL_REQUIRES_EMPTY_CARGO_HOLD
public static final int COL_REQUIRES_EMPTY_CARGO_HOLD
boolean- See Also:
- Constant Field Values
-
-