Package net.runelite.api.gameval
Class DBTableID.Reward
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.Reward
-
- Enclosing class:
- DBTableID
public static final class DBTableID.Reward extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableID.Reward.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_ACHIEVEMENT_DIARY_UNLOCKintegerstatic intCOL_COMBAT_ACHIEVEMENT_UNLOCKintegerstatic intCOL_COMBAT_MASTERY_TIER(integer, integer)static intCOL_DESCstringstatic intCOL_DISPLAY_GRAPHICgraphicstatic intCOL_DISPLAY_OBJECTobjstatic intCOL_LEAGUE_RELICstructstatic intCOL_NAMEstringstatic intCOL_OBJECT(namedobj, integer)static intCOL_ONCE_PER_EVENTbooleanstatic intCOL_QUEST_UNLOCKdbrowstatic intCOL_RECLAIMABLEbooleanstatic intCOL_SHOW_DERIVED_DESCbooleanstatic intCOL_XP_BOOST_PERCENTAGE(stat, integer)static intCOL_XP_BOOST_PERCENTAGE_ALL_STATintegerstatic intID
-
Constructor Summary
Constructors Constructor Description Reward()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_NAME
public static final int COL_NAME
string- See Also:
- Constant Field Values
-
COL_DESC
public static final int COL_DESC
string- See Also:
- Constant Field Values
-
COL_SHOW_DERIVED_DESC
public static final int COL_SHOW_DERIVED_DESC
boolean- See Also:
- Constant Field Values
-
COL_DISPLAY_GRAPHIC
public static final int COL_DISPLAY_GRAPHIC
graphic- See Also:
- Constant Field Values
-
COL_DISPLAY_OBJECT
public static final int COL_DISPLAY_OBJECT
obj- See Also:
- Constant Field Values
-
COL_XP_BOOST_PERCENTAGE_ALL_STAT
public static final int COL_XP_BOOST_PERCENTAGE_ALL_STAT
integer- See Also:
- Constant Field Values
-
COL_XP_BOOST_PERCENTAGE
public static final int COL_XP_BOOST_PERCENTAGE
(stat, integer)- See Also:
- Constant Field Values
-
COL_QUEST_UNLOCK
public static final int COL_QUEST_UNLOCK
dbrow- See Also:
- Constant Field Values
-
COL_OBJECT
public static final int COL_OBJECT
(namedobj, integer)- See Also:
- Constant Field Values
-
COL_ACHIEVEMENT_DIARY_UNLOCK
public static final int COL_ACHIEVEMENT_DIARY_UNLOCK
integer- See Also:
- Constant Field Values
-
COL_COMBAT_ACHIEVEMENT_UNLOCK
public static final int COL_COMBAT_ACHIEVEMENT_UNLOCK
integer- See Also:
- Constant Field Values
-
COL_LEAGUE_RELIC
public static final int COL_LEAGUE_RELIC
struct- See Also:
- Constant Field Values
-
COL_COMBAT_MASTERY_TIER
public static final int COL_COMBAT_MASTERY_TIER
(integer, integer)- See Also:
- Constant Field Values
-
COL_RECLAIMABLE
public static final int COL_RECLAIMABLE
boolean- See Also:
- Constant Field Values
-
COL_ONCE_PER_EVENT
public static final int COL_ONCE_PER_EVENT
boolean- See Also:
- Constant Field Values
-
-