Package net.runelite.api.gameval
Class DBTableID.CluehelperClueEmote
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.CluehelperClueEmote
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DBTableID.CluehelperClueEmote.Row
-
Field Summary
Fields Modifier and Type Field Description static int
COL_ALLREGIONS
booleanstatic int
COL_CLUE_TEXT
stringstatic int
COL_COMBAT_ENCOUNTER
dbrowstatic int
COL_DIFFICULTY
integerstatic int
COL_EMOTE
integerstatic int
COL_HIDEY_HOLE_COORD
coordgridstatic int
COL_HIDEY_HOLE_LOC
locstatic int
COL_ID
integerstatic int
COL_OUTFIT
dbrowstatic int
COL_OUTFIT_TEXT_FALLBACK
stringstatic int
COL_REGION
integerstatic int
COL_REQUIREMENTS
dbrowstatic int
COL_TARGET
dbrowstatic int
ID
-
Constructor Summary
Constructors Constructor Description CluehelperClueEmote()
-
-
-
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_CLUE_TEXT
public static final int COL_CLUE_TEXT
string- See Also:
- Constant Field Values
-
COL_TARGET
public static final int COL_TARGET
dbrow- See Also:
- Constant Field Values
-
COL_EMOTE
public static final int COL_EMOTE
integer- See Also:
- Constant Field Values
-
COL_OUTFIT_TEXT_FALLBACK
public static final int COL_OUTFIT_TEXT_FALLBACK
string- See Also:
- Constant Field Values
-
COL_OUTFIT
public static final int COL_OUTFIT
dbrow- See Also:
- Constant Field Values
-
COL_HIDEY_HOLE_LOC
public static final int COL_HIDEY_HOLE_LOC
loc- See Also:
- Constant Field Values
-
COL_HIDEY_HOLE_COORD
public static final int COL_HIDEY_HOLE_COORD
coordgrid- See Also:
- Constant Field Values
-
COL_COMBAT_ENCOUNTER
public static final int COL_COMBAT_ENCOUNTER
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
-
-