Package net.runelite.api.gameval
Class DBTableID.CluehelperTargetKey
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.CluehelperTargetKey
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DBTableID.CluehelperTargetKey.Row
-
Field Summary
Fields Modifier and Type Field Description static int
COL_COUNT
integerstatic int
COL_DESCRIPTION
stringstatic int
COL_INV
invstatic int
COL_KEY
objstatic int
COL_KEY_COORD
coordgridstatic int
COL_LOC
locstatic int
COL_LOC_COORD
coordgridstatic int
COL_NPCS
npcstatic int
ID
-
Constructor Summary
Constructors Constructor Description CluehelperTargetKey()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_LOC
public static final int COL_LOC
loc- See Also:
- Constant Field Values
-
COL_LOC_COORD
public static final int COL_LOC_COORD
coordgrid- See Also:
- Constant Field Values
-
COL_NPCS
public static final int COL_NPCS
npc- See Also:
- Constant Field Values
-
COL_KEY
public static final int COL_KEY
obj- See Also:
- Constant Field Values
-
COL_KEY_COORD
public static final int COL_KEY_COORD
coordgrid- See Also:
- Constant Field Values
-
COL_INV
public static final int COL_INV
inv- See Also:
- Constant Field Values
-
COL_COUNT
public static final int COL_COUNT
integer- See Also:
- Constant Field Values
-
COL_DESCRIPTION
public static final int COL_DESCRIPTION
string- See Also:
- Constant Field Values
-
-