Package org.rspeer.game.gameval
Class DBTableId.SailingBoat
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.SailingBoat
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.SailingBoat.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_BOAT_SIZEintegerstatic intCOL_BOAT_SPRITEintegerstatic intCOL_BRAZIER_OPTIONintegerstatic intCOL_COMBINED_NAVIGATIONintegerstatic intCOL_CREW_CAPACITYintegerstatic intCOL_DISPLAYNAMEstringstatic intCOL_FACILITY_AMOUNTintegerstatic intCOL_FLAG_OPTIONintegerstatic intCOL_HOTSPOT(integer, integer, integer, integer)static intCOL_HULL_OPTIONintegerstatic intCOL_INLINE_NAMEstringstatic intCOL_KEEL_OPTIONintegerstatic intCOL_LEVEL_REQUIREDintegerstatic intCOL_NAMEstringstatic intCOL_PLAYER_CAPACITYintegerstatic intCOL_RETRIEVAL_COSTintegerstatic intCOL_SAIL_OPTIONintegerstatic intCOL_SAME_FACILITIES_PORT_AND_STARBOARDintegerstatic intCOL_SIZE_DESCstringstatic intCOL_STATIC_FACILITY(integer, integer, integer, integer)static intCOL_STEERING_OPTIONintegerstatic intCOL_TEMPORARY_BOATintegerstatic intCOL_TRIM_OPTIONintegerstatic intCOL_TYPE_IDintegerstatic intID
-
Constructor Summary
Constructors Constructor Description SailingBoat()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_TYPE_ID
public static final int COL_TYPE_ID
integer- See Also:
- Constant Field Values
-
COL_NAME
public static final int COL_NAME
string- See Also:
- Constant Field Values
-
COL_INLINE_NAME
public static final int COL_INLINE_NAME
string- See Also:
- Constant Field Values
-
COL_DISPLAYNAME
public static final int COL_DISPLAYNAME
string- See Also:
- Constant Field Values
-
COL_LEVEL_REQUIRED
public static final int COL_LEVEL_REQUIRED
integer- See Also:
- Constant Field Values
-
COL_PLAYER_CAPACITY
public static final int COL_PLAYER_CAPACITY
integer- See Also:
- Constant Field Values
-
COL_BOAT_SIZE
public static final int COL_BOAT_SIZE
integer- See Also:
- Constant Field Values
-
COL_SIZE_DESC
public static final int COL_SIZE_DESC
string- See Also:
- Constant Field Values
-
COL_COMBINED_NAVIGATION
public static final int COL_COMBINED_NAVIGATION
integer- See Also:
- Constant Field Values
-
COL_RETRIEVAL_COST
public static final int COL_RETRIEVAL_COST
integer- See Also:
- Constant Field Values
-
COL_KEEL_OPTION
public static final int COL_KEEL_OPTION
integer- See Also:
- Constant Field Values
-
COL_HULL_OPTION
public static final int COL_HULL_OPTION
integer- See Also:
- Constant Field Values
-
COL_SAIL_OPTION
public static final int COL_SAIL_OPTION
integer- See Also:
- Constant Field Values
-
COL_STEERING_OPTION
public static final int COL_STEERING_OPTION
integer- See Also:
- Constant Field Values
-
COL_FLAG_OPTION
public static final int COL_FLAG_OPTION
integer- See Also:
- Constant Field Values
-
COL_TRIM_OPTION
public static final int COL_TRIM_OPTION
integer- See Also:
- Constant Field Values
-
COL_BRAZIER_OPTION
public static final int COL_BRAZIER_OPTION
integer- See Also:
- Constant Field Values
-
COL_HOTSPOT
public static final int COL_HOTSPOT
(integer, integer, integer, integer)- See Also:
- Constant Field Values
-
COL_STATIC_FACILITY
public static final int COL_STATIC_FACILITY
(integer, integer, integer, integer)- See Also:
- Constant Field Values
-
COL_FACILITY_AMOUNT
public static final int COL_FACILITY_AMOUNT
integer- See Also:
- Constant Field Values
-
COL_SAME_FACILITIES_PORT_AND_STARBOARD
public static final int COL_SAME_FACILITIES_PORT_AND_STARBOARD
integer- See Also:
- Constant Field Values
-
COL_CREW_CAPACITY
public static final int COL_CREW_CAPACITY
integer- See Also:
- Constant Field Values
-
COL_TEMPORARY_BOAT
public static final int COL_TEMPORARY_BOAT
integer- See Also:
- Constant Field Values
-
COL_BOAT_SPRITE
public static final int COL_BOAT_SPRITE
integer- See Also:
- Constant Field Values
-
-