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