Package net.runelite.api.dbtable
Interface DBTableID.Quest
-
- Enclosing class:
- DBTableID
public static interface DBTableID.Quest
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAIN_QUEST
static int
MAP_ELEMENT
static int
NAME
static int
TABLE
-
-
-
Field Detail
-
TABLE
static final int TABLE
- See Also:
- Constant Field Values
-
NAME
static final int NAME
- See Also:
- Constant Field Values
-
MAP_ELEMENT
static final int MAP_ELEMENT
- See Also:
- Constant Field Values
-
MAIN_QUEST
static final int MAIN_QUEST
- See Also:
- Constant Field Values
-
-