Package org.rspeer.game.gameval
Class DBTableId.SailingCrew
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.SailingCrew
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.SailingCrew.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_BOAT_NPCintegerstatic intCOL_CARGO_NPCintegerstatic intCOL_SPRITEintegerstatic intCOL_STAT_DECKHANDINESSintegerstatic intCOL_STAT_HELMSMANSHIPintegerstatic intCOL_STAT_PRIVATEERINGintegerstatic intCOL_UNIQUE_IDintegerstatic intID
-
Constructor Summary
Constructors Constructor Description SailingCrew()
-
-
-
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_BOAT_NPC
public static final int COL_BOAT_NPC
integer- See Also:
- Constant Field Values
-
COL_CARGO_NPC
public static final int COL_CARGO_NPC
integer- See Also:
- Constant Field Values
-
COL_SPRITE
public static final int COL_SPRITE
integer- See Also:
- Constant Field Values
-
COL_STAT_HELMSMANSHIP
public static final int COL_STAT_HELMSMANSHIP
integer- See Also:
- Constant Field Values
-
COL_STAT_PRIVATEERING
public static final int COL_STAT_PRIVATEERING
integer- See Also:
- Constant Field Values
-
COL_STAT_DECKHANDINESS
public static final int COL_STAT_DECKHANDINESS
integer- See Also:
- Constant Field Values
-
-