Package net.runelite.api.gameval
Class DBTableID.SlayerTask
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.SlayerTask
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableID.SlayerTask.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_BLOCK_UNLOCKdbrowstatic intCOL_EXTENSION_MIN_MAX(dbrow, integer, integer)static intCOL_IDintegerstatic intCOL_LEAGUES_MAX_COMLEVELintegerstatic intCOL_LEAGUES_MIN_COMLEVELintegerstatic intCOL_MIN_COMLEVELintegerstatic intCOL_MIN_STAT_REQUIREMENT_ALL(integer, stat)static intCOL_MIN_STAT_REQUIREMENT_ANY(integer, stat)static intCOL_NAME_LOWERCASEstringstatic intCOL_NAME_UPPERCASEstringstatic intCOL_REGIONSintegerstatic intID
-
Constructor Summary
Constructors Constructor Description SlayerTask()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_ID
public static final int COL_ID
integer- See Also:
- Constant Field Values
-
COL_MIN_COMLEVEL
public static final int COL_MIN_COMLEVEL
integer- See Also:
- Constant Field Values
-
COL_MIN_STAT_REQUIREMENT_ALL
public static final int COL_MIN_STAT_REQUIREMENT_ALL
(integer, stat)- See Also:
- Constant Field Values
-
COL_MIN_STAT_REQUIREMENT_ANY
public static final int COL_MIN_STAT_REQUIREMENT_ANY
(integer, stat)- See Also:
- Constant Field Values
-
COL_LEAGUES_MIN_COMLEVEL
public static final int COL_LEAGUES_MIN_COMLEVEL
integer- See Also:
- Constant Field Values
-
COL_LEAGUES_MAX_COMLEVEL
public static final int COL_LEAGUES_MAX_COMLEVEL
integer- See Also:
- Constant Field Values
-
COL_REGIONS
public static final int COL_REGIONS
integer- See Also:
- Constant Field Values
-
COL_NAME_LOWERCASE
public static final int COL_NAME_LOWERCASE
string- See Also:
- Constant Field Values
-
COL_NAME_UPPERCASE
public static final int COL_NAME_UPPERCASE
string- See Also:
- Constant Field Values
-
COL_EXTENSION_MIN_MAX
public static final int COL_EXTENSION_MIN_MAX
(dbrow, integer, integer)- See Also:
- Constant Field Values
-
COL_BLOCK_UNLOCK
public static final int COL_BLOCK_UNLOCK
dbrow- See Also:
- Constant Field Values
-
-