Package net.runelite.api.gameval
Class DBTableID.PortTask
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.PortTask
-
- Enclosing class:
- DBTableID
public static final class DBTableID.PortTask extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableID.PortTask.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_BOAT_COMBAT_REQUIREDbooleanstatic intCOL_BOUNTY_OBJECTnamedobjstatic intCOL_BOUNTY_OBJECT_AMOUNTintegerstatic intCOL_BOUNTY_OBJECT_RARITYintegerstatic intCOL_BOUNTY_TARGET_ALIVEnpcstatic intCOL_BOUNTY_TARGET_DEADnpcstatic intCOL_CANCELLABLEbooleanstatic intCOL_CARGO(namedobj, integer)static intCOL_CARGO_PORTdbrowstatic intCOL_COMBAT_RECOMMENDEDintegerstatic intCOL_DELIVERY_OBJECTnamedobjstatic intCOL_ENDING_PORTdbrowstatic intCOL_FACILITIES_REQUIRED(loc, string)static intCOL_FACILITITES_RECOMMENDED(loc, string)static intCOL_FLAVOUR_TEXTstringstatic intCOL_LEVEL_REQUIREDintegerstatic intCOL_NAMEstringstatic intCOL_PORT_CHECKPOINT(integer, integer)static intCOL_REGULAR_COMBAT_REQUIREDintegerstatic intCOL_STARTING_PORTdbrowstatic intCOL_TASK_BOARD_GRAPHICmodelstatic 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_STARTING_PORT
public static final int COL_STARTING_PORT
dbrow- See Also:
- Constant Field Values
-
COL_CARGO_PORT
public static final int COL_CARGO_PORT
dbrow- See Also:
- Constant Field Values
-
COL_ENDING_PORT
public static final int COL_ENDING_PORT
dbrow- See Also:
- Constant Field Values
-
COL_CANCELLABLE
public static final int COL_CANCELLABLE
boolean- See Also:
- Constant Field Values
-
COL_FACILITIES_REQUIRED
public static final int COL_FACILITIES_REQUIRED
(loc, string)- See Also:
- Constant Field Values
-
COL_FACILITITES_RECOMMENDED
public static final int COL_FACILITITES_RECOMMENDED
(loc, string)- See Also:
- Constant Field Values
-
COL_BOAT_COMBAT_REQUIRED
public static final int COL_BOAT_COMBAT_REQUIRED
boolean- See Also:
- Constant Field Values
-
COL_REGULAR_COMBAT_REQUIRED
public static final int COL_REGULAR_COMBAT_REQUIRED
integer- See Also:
- Constant Field Values
-
COL_COMBAT_RECOMMENDED
public static final int COL_COMBAT_RECOMMENDED
integer- See Also:
- Constant Field Values
-
COL_DELIVERY_OBJECT
public static final int COL_DELIVERY_OBJECT
namedobj- See Also:
- Constant Field Values
-
COL_CARGO
public static final int COL_CARGO
(namedobj, integer)- See Also:
- Constant Field Values
-
COL_PORT_CHECKPOINT
public static final int COL_PORT_CHECKPOINT
(integer, integer)- See Also:
- Constant Field Values
-
COL_BOUNTY_TARGET_ALIVE
public static final int COL_BOUNTY_TARGET_ALIVE
npc- See Also:
- Constant Field Values
-
COL_BOUNTY_TARGET_DEAD
public static final int COL_BOUNTY_TARGET_DEAD
npc- See Also:
- Constant Field Values
-
COL_BOUNTY_OBJECT
public static final int COL_BOUNTY_OBJECT
namedobj- 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
model- See Also:
- Constant Field Values
-
COL_FLAVOUR_TEXT
public static final int COL_FLAVOUR_TEXT
string- See Also:
- Constant Field Values
-
-