Package net.runelite.api.gameval
Class DBTableID.CluehelperTargetCoord
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.CluehelperTargetCoord
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DBTableID.CluehelperTargetCoord.Row
-
Field Summary
Fields Modifier and Type Field Description static int
COL_COORD
coordgridstatic int
COL_DESCRIPTION
stringstatic int
COL_DESCRIPTION_SHORT
stringstatic int
ID
-
Constructor Summary
Constructors Constructor Description CluehelperTargetCoord()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_COORD
public static final int COL_COORD
coordgrid- See Also:
- Constant Field Values
-
COL_DESCRIPTION
public static final int COL_DESCRIPTION
string- See Also:
- Constant Field Values
-
COL_DESCRIPTION_SHORT
public static final int COL_DESCRIPTION_SHORT
string- See Also:
- Constant Field Values
-
-