Package net.runelite.api.gameval
Class DBTableID.LeaguesEchoBosses
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.LeaguesEchoBosses
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DBTableID.LeaguesEchoBosses.Row
-
Field Summary
Fields Modifier and Type Field Description static int
COL_CA_DATA
structstatic int
COL_DESCRIPTION
stringstatic int
COL_DIFFICULTY
integerstatic int
COL_ECHO_ORB_DROPRATE
integerstatic int
COL_ECHO_ORB_OBJECT
namedobjstatic int
COL_NAME
stringstatic int
COL_REGION
integerstatic int
COL_REQUIREMENTS
stringstatic int
COL_UNIQUE_DROP
namedobjstatic int
COL_UNIQUE_DROP_RATE
integerstatic int
ID
-
Constructor Summary
Constructors Constructor Description LeaguesEchoBosses()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_ECHO_ORB_DROPRATE
public static final int COL_ECHO_ORB_DROPRATE
integer- See Also:
- Constant Field Values
-
COL_ECHO_ORB_OBJECT
public static final int COL_ECHO_ORB_OBJECT
namedobj- See Also:
- Constant Field Values
-
COL_UNIQUE_DROP
public static final int COL_UNIQUE_DROP
namedobj- See Also:
- Constant Field Values
-
COL_UNIQUE_DROP_RATE
public static final int COL_UNIQUE_DROP_RATE
integer- See Also:
- Constant Field Values
-
COL_CA_DATA
public static final int COL_CA_DATA
struct- See Also:
- Constant Field Values
-
COL_DESCRIPTION
public static final int COL_DESCRIPTION
string- See Also:
- Constant Field Values
-
COL_DIFFICULTY
public static final int COL_DIFFICULTY
integer- See Also:
- Constant Field Values
-
COL_REGION
public static final int COL_REGION
integer- See Also:
- Constant Field Values
-
COL_NAME
public static final int COL_NAME
string- See Also:
- Constant Field Values
-
COL_REQUIREMENTS
public static final int COL_REQUIREMENTS
string- See Also:
- Constant Field Values
-
-