Package net.runelite.api.gameval
Class DBTableID.CluehelperClueMusic
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.CluehelperClueMusic
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableID.CluehelperClueMusic.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_ALLREGIONSbooleanstatic intCOL_DIFFICULTYintegerstatic intCOL_IDintegerstatic intCOL_MUSICdbrowstatic intCOL_REGIONintegerstatic intCOL_REQUIREMENTSdbrowstatic intCOL_TARGETdbrowstatic intCOL_UNLOCK_TEXTstringstatic intID
-
Constructor Summary
Constructors Constructor Description CluehelperClueMusic()
-
-
-
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_DIFFICULTY
public static final int COL_DIFFICULTY
integer- See Also:
- Constant Field Values
-
COL_MUSIC
public static final int COL_MUSIC
dbrow- See Also:
- Constant Field Values
-
COL_UNLOCK_TEXT
public static final int COL_UNLOCK_TEXT
string- See Also:
- Constant Field Values
-
COL_TARGET
public static final int COL_TARGET
dbrow- See Also:
- Constant Field Values
-
COL_REQUIREMENTS
public static final int COL_REQUIREMENTS
dbrow- See Also:
- Constant Field Values
-
COL_REGION
public static final int COL_REGION
integer- See Also:
- Constant Field Values
-
COL_ALLREGIONS
public static final int COL_ALLREGIONS
boolean- See Also:
- Constant Field Values
-
-