Package org.rspeer.game.gameval
Class DBTableId.PortTask
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.PortTask
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.PortTask.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_BOUNTY_OBJECTintegerstatic intCOL_BOUNTY_OBJECT_AMOUNTintegerstatic intCOL_BOUNTY_OBJECT_RARITYintegerstatic intCOL_BOUNTY_TARGET_ALIVEintegerstatic intCOL_BOUNTY_TARGET_DEADintegerstatic intCOL_CANCELLABLEintegerstatic intCOL_CARGO(integer, integer)static intCOL_CARGO_PORTintegerstatic intCOL_ENDING_PORTintegerstatic intCOL_FLAVOUR_TEXTstringstatic intCOL_LEVEL_REQUIREDintegerstatic intCOL_NAMEstringstatic intCOL_REWARD_TIERintegerstatic intCOL_STARTING_PORTintegerstatic intCOL_TASK_BOARD_GRAPHICintegerstatic intCOL_TASK_IDintegerstatic intCOL_TASK_TYPEintegerstatic intID
-
Constructor Summary
Constructors Constructor Description PortTask()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_TASK_ID
public static final int COL_TASK_ID
integer- See Also:
- Constant Field Values
-
COL_NAME
public static final int COL_NAME
string- See Also:
- Constant Field Values
-
COL_TASK_TYPE
public static final int COL_TASK_TYPE
integer- See Also:
- Constant Field Values
-
COL_LEVEL_REQUIRED
public static final int COL_LEVEL_REQUIRED
integer- See Also:
- Constant Field Values
-
COL_REWARD_TIER
public static final int COL_REWARD_TIER
integer- See Also:
- Constant Field Values
-
COL_STARTING_PORT
public static final int COL_STARTING_PORT
integer- See Also:
- Constant Field Values
-
COL_CARGO_PORT
public static final int COL_CARGO_PORT
integer- See Also:
- Constant Field Values
-
COL_ENDING_PORT
public static final int COL_ENDING_PORT
integer- See Also:
- Constant Field Values
-
COL_CANCELLABLE
public static final int COL_CANCELLABLE
integer- See Also:
- Constant Field Values
-
COL_CARGO
public static final int COL_CARGO
(integer, integer)- See Also:
- Constant Field Values
-
COL_BOUNTY_TARGET_ALIVE
public static final int COL_BOUNTY_TARGET_ALIVE
integer- See Also:
- Constant Field Values
-
COL_BOUNTY_TARGET_DEAD
public static final int COL_BOUNTY_TARGET_DEAD
integer- See Also:
- Constant Field Values
-
COL_BOUNTY_OBJECT
public static final int COL_BOUNTY_OBJECT
integer- See Also:
- Constant Field Values
-
COL_BOUNTY_OBJECT_AMOUNT
public static final int COL_BOUNTY_OBJECT_AMOUNT
integer- See Also:
- Constant Field Values
-
COL_BOUNTY_OBJECT_RARITY
public static final int COL_BOUNTY_OBJECT_RARITY
integer- See Also:
- Constant Field Values
-
COL_TASK_BOARD_GRAPHIC
public static final int COL_TASK_BOARD_GRAPHIC
integer- See Also:
- Constant Field Values
-
COL_FLAVOUR_TEXT
public static final int COL_FLAVOUR_TEXT
string- See Also:
- Constant Field Values
-
-