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 class
DBTableID.SlayerTask.Row
-
Field Summary
Fields Modifier and Type Field Description static int
COL_BLOCK_UNLOCK
dbrowstatic int
COL_EXTENSION_MIN_MAX
(dbrow, integer, integer)static int
COL_ID
integerstatic int
COL_LEAGUES_MAX_COMLEVEL
integerstatic int
COL_LEAGUES_MIN_COMLEVEL
integerstatic int
COL_MIN_COMLEVEL
integerstatic int
COL_MIN_STAT_REQUIREMENT_ALL
(integer, stat)static int
COL_MIN_STAT_REQUIREMENT_ANY
(integer, stat)static int
COL_NAME_LOWERCASE
stringstatic int
COL_NAME_UPPERCASE
stringstatic int
COL_REGIONS
integerstatic int
ID
-
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
-
-