Package net.runelite.api.gameval
Class DBTableID.Quest
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.Quest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DBTableID.Quest.Row
-
Field Summary
Fields Modifier and Type Field Description static int
COL_CR_CAN_RECOMMEND
booleanstatic int
COL_CR_EXPERIENCE_PROFILE
integerstatic int
COL_CR_RECOMMENDATION_REASON
stringstatic int
COL_CR_RECOMMENDATION_REASON_IS_PRIMARY
booleanstatic int
COL_DIFFICULTY
integerstatic int
COL_DISPLAYNAME
stringstatic int
COL_ENDSTATE
integerstatic int
COL_HAS_SUBQUESTS
booleanstatic int
COL_ID
integerstatic int
COL_IN_PRERELEASE
booleanstatic int
COL_LENGTH
integerstatic int
COL_LOCATION
integerstatic int
COL_MAPELEMENT
mapelementstatic int
COL_MEMBERS
booleanstatic int
COL_PARENT_QUEST
dbrowstatic int
COL_PREREQUISITE_DIRECT
integerstatic int
COL_PREREQUISITE_INDIRECT
integerstatic int
COL_QUESTPOINTS
integerstatic int
COL_RECOMMENDED_COMBAT
integerstatic int
COL_RECOMMENDED_STATS
(stat, integer)static int
COL_RELEASEDATE
(integer, integer, integer)static int
COL_REQUIREMENT_CHECK_SKILLS_ON_START
booleanstatic int
COL_REQUIREMENT_COMBAT
integerstatic int
COL_REQUIREMENT_QUESTPOINTS
integerstatic int
COL_REQUIREMENT_QUESTS
dbrowstatic int
COL_REQUIREMENT_STATS
(stat, integer)static int
COL_REQUIREMENTS_BOOSTABLE
booleanstatic int
COL_SERIES
integerstatic int
COL_SERIESNO
integerstatic int
COL_SERIESNO_OVERRIDE
(boolean, string)static int
COL_SORTNAME
stringstatic int
COL_SPEEDRUN
dbrowstatic int
COL_STARTCOORD
coordgridstatic int
COL_STARTLOC
locstatic int
COL_STARTNPC
npcstatic int
COL_TYPE
integerstatic int
COL_UNSTARTEDSTATE
integerstatic int
ID
-
Constructor Summary
Constructors Constructor Description Quest()
-
-
-
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_SORTNAME
public static final int COL_SORTNAME
string- See Also:
- Constant Field Values
-
COL_DISPLAYNAME
public static final int COL_DISPLAYNAME
string- See Also:
- Constant Field Values
-
COL_IN_PRERELEASE
public static final int COL_IN_PRERELEASE
boolean- See Also:
- Constant Field Values
-
COL_TYPE
public static final int COL_TYPE
integer- See Also:
- Constant Field Values
-
COL_MEMBERS
public static final int COL_MEMBERS
boolean- See Also:
- Constant Field Values
-
COL_DIFFICULTY
public static final int COL_DIFFICULTY
integer- See Also:
- Constant Field Values
-
COL_LENGTH
public static final int COL_LENGTH
integer- See Also:
- Constant Field Values
-
COL_LOCATION
public static final int COL_LOCATION
integer- See Also:
- Constant Field Values
-
COL_RELEASEDATE
public static final int COL_RELEASEDATE
(integer, integer, integer)- See Also:
- Constant Field Values
-
COL_SERIES
public static final int COL_SERIES
integer- See Also:
- Constant Field Values
-
COL_SERIESNO
public static final int COL_SERIESNO
integer- See Also:
- Constant Field Values
-
COL_SERIESNO_OVERRIDE
public static final int COL_SERIESNO_OVERRIDE
(boolean, string)- See Also:
- Constant Field Values
-
COL_STARTCOORD
public static final int COL_STARTCOORD
coordgrid- See Also:
- Constant Field Values
-
COL_STARTNPC
public static final int COL_STARTNPC
npc- See Also:
- Constant Field Values
-
COL_STARTLOC
public static final int COL_STARTLOC
loc- See Also:
- Constant Field Values
-
COL_MAPELEMENT
public static final int COL_MAPELEMENT
mapelement- See Also:
- Constant Field Values
-
COL_QUESTPOINTS
public static final int COL_QUESTPOINTS
integer- See Also:
- Constant Field Values
-
COL_UNSTARTEDSTATE
public static final int COL_UNSTARTEDSTATE
integer- See Also:
- Constant Field Values
-
COL_ENDSTATE
public static final int COL_ENDSTATE
integer- See Also:
- Constant Field Values
-
COL_PARENT_QUEST
public static final int COL_PARENT_QUEST
dbrow- See Also:
- Constant Field Values
-
COL_HAS_SUBQUESTS
public static final int COL_HAS_SUBQUESTS
boolean- See Also:
- Constant Field Values
-
COL_REQUIREMENT_STATS
public static final int COL_REQUIREMENT_STATS
(stat, integer)- See Also:
- Constant Field Values
-
COL_RECOMMENDED_STATS
public static final int COL_RECOMMENDED_STATS
(stat, integer)- See Also:
- Constant Field Values
-
COL_REQUIREMENT_QUESTS
public static final int COL_REQUIREMENT_QUESTS
dbrow- See Also:
- Constant Field Values
-
COL_REQUIREMENT_QUESTPOINTS
public static final int COL_REQUIREMENT_QUESTPOINTS
integer- See Also:
- Constant Field Values
-
COL_REQUIREMENT_COMBAT
public static final int COL_REQUIREMENT_COMBAT
integer- See Also:
- Constant Field Values
-
COL_RECOMMENDED_COMBAT
public static final int COL_RECOMMENDED_COMBAT
integer- See Also:
- Constant Field Values
-
COL_REQUIREMENT_CHECK_SKILLS_ON_START
public static final int COL_REQUIREMENT_CHECK_SKILLS_ON_START
boolean- See Also:
- Constant Field Values
-
COL_REQUIREMENTS_BOOSTABLE
public static final int COL_REQUIREMENTS_BOOSTABLE
boolean- See Also:
- Constant Field Values
-
COL_SPEEDRUN
public static final int COL_SPEEDRUN
dbrow- See Also:
- Constant Field Values
-
COL_PREREQUISITE_DIRECT
public static final int COL_PREREQUISITE_DIRECT
integer- See Also:
- Constant Field Values
-
COL_PREREQUISITE_INDIRECT
public static final int COL_PREREQUISITE_INDIRECT
integer- See Also:
- Constant Field Values
-
COL_CR_CAN_RECOMMEND
public static final int COL_CR_CAN_RECOMMEND
boolean- See Also:
- Constant Field Values
-
COL_CR_EXPERIENCE_PROFILE
public static final int COL_CR_EXPERIENCE_PROFILE
integer- See Also:
- Constant Field Values
-
COL_CR_RECOMMENDATION_REASON
public static final int COL_CR_RECOMMENDATION_REASON
string- See Also:
- Constant Field Values
-
COL_CR_RECOMMENDATION_REASON_IS_PRIMARY
public static final int COL_CR_RECOMMENDATION_REASON_IS_PRIMARY
boolean- See Also:
- Constant Field Values
-
-