Package org.rspeer.game.gameval
Class DBTableId.SailingBoatFacility
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.SailingBoatFacility
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.SailingBoatFacility.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_ALTERNATE_LOCSintegerstatic intCOL_BUILD_MAXintegerstatic intCOL_COMBAT_FACILITY_DATAintegerstatic intCOL_CONSTRUCTION_COINS_ALTERNATIVEintegerstatic intCOL_CONSTRUCTION_REQUIREMENTintegerstatic intCOL_CREW_FACILITYintegerstatic intCOL_CREW_STAT_REQUIREMENT(integer, integer)static intCOL_CUSTOMISATION_LOC_ANIMintegerstatic intCOL_CUSTOMISATION_LOC_OVERRIDEintegerstatic intCOL_CUSTOMISATION_LOC_VALUESintegerstatic intCOL_DESCRIPTIONstringstatic intCOL_FACILITY_STATSintegerstatic intCOL_FACILITY_SUBTYPEintegerstatic intCOL_FACILITY_TYPEintegerstatic intCOL_LOCintegerstatic intCOL_MATERIAL(integer, integer)static intCOL_NAMEstringstatic intCOL_SAILING_REQUIREMENTintegerstatic intCOL_SIDEPANEL_LAYOUT_DATAintegerstatic intCOL_VARIANTSintegerstatic intID
-
Constructor Summary
Constructors Constructor Description SailingBoatFacility()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_NAME
public static final int COL_NAME
string- See Also:
- Constant Field Values
-
COL_DESCRIPTION
public static final int COL_DESCRIPTION
string- See Also:
- Constant Field Values
-
COL_FACILITY_TYPE
public static final int COL_FACILITY_TYPE
integer- See Also:
- Constant Field Values
-
COL_FACILITY_SUBTYPE
public static final int COL_FACILITY_SUBTYPE
integer- See Also:
- Constant Field Values
-
COL_LOC
public static final int COL_LOC
integer- See Also:
- Constant Field Values
-
COL_ALTERNATE_LOCS
public static final int COL_ALTERNATE_LOCS
integer- See Also:
- Constant Field Values
-
COL_CUSTOMISATION_LOC_VALUES
public static final int COL_CUSTOMISATION_LOC_VALUES
integer- See Also:
- Constant Field Values
-
COL_CUSTOMISATION_LOC_OVERRIDE
public static final int COL_CUSTOMISATION_LOC_OVERRIDE
integer- See Also:
- Constant Field Values
-
COL_CUSTOMISATION_LOC_ANIM
public static final int COL_CUSTOMISATION_LOC_ANIM
integer- See Also:
- Constant Field Values
-
COL_SAILING_REQUIREMENT
public static final int COL_SAILING_REQUIREMENT
integer- See Also:
- Constant Field Values
-
COL_CONSTRUCTION_REQUIREMENT
public static final int COL_CONSTRUCTION_REQUIREMENT
integer- See Also:
- Constant Field Values
-
COL_CONSTRUCTION_COINS_ALTERNATIVE
public static final int COL_CONSTRUCTION_COINS_ALTERNATIVE
integer- See Also:
- Constant Field Values
-
COL_MATERIAL
public static final int COL_MATERIAL
(integer, integer)- See Also:
- Constant Field Values
-
COL_BUILD_MAX
public static final int COL_BUILD_MAX
integer- See Also:
- Constant Field Values
-
COL_VARIANTS
public static final int COL_VARIANTS
integer- See Also:
- Constant Field Values
-
COL_FACILITY_STATS
public static final int COL_FACILITY_STATS
integer- See Also:
- Constant Field Values
-
COL_SIDEPANEL_LAYOUT_DATA
public static final int COL_SIDEPANEL_LAYOUT_DATA
integer- See Also:
- Constant Field Values
-
COL_CREW_FACILITY
public static final int COL_CREW_FACILITY
integer- See Also:
- Constant Field Values
-
COL_CREW_STAT_REQUIREMENT
public static final int COL_CREW_STAT_REQUIREMENT
(integer, integer)- See Also:
- Constant Field Values
-
COL_COMBAT_FACILITY_DATA
public static final int COL_COMBAT_FACILITY_DATA
integer- See Also:
- Constant Field Values
-
-