Package net.runelite.api.gameval
Class DBTableID.Action
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.Action
-
- Enclosing class:
- DBTableID
public static final class DBTableID.Action extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableID.Action.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_ACTION_DISPLAY_DESC(string, string)static intCOL_ACTION_DISPLAY_GRAPHICgraphicstatic intCOL_ACTION_DISPLAY_OBJECTobjstatic intCOL_ACTION_DISPLAY_SHOW_DERIVED_DESCbooleanstatic intCOL_ACTION_NAMEstringstatic intCOL_BOSS_KILLnpcstatic intCOL_BOSS_KILL_CATEGORYcategorystatic intCOL_BOSS_KILL_EXTRAS(boolean, boolean)static intCOL_CHILD_ACTIONdbrowstatic intCOL_CHOP_LOGSobjstatic intCOL_COLLECTION_GENERICobjstatic intCOL_COLLECTION_SPECIFICstructstatic intCOL_CREATE_ITEMobjstatic intCOL_CUSTOM_TRACKINGbooleanstatic intCOL_EQUIP_ITEMobjstatic intCOL_HUNTER(obj, boolean)static intCOL_LEAGUES_TASKstructstatic intCOL_LEVEL(stat, integer)static intCOL_LOOT_DROPobjstatic intCOL_LOOT_DROP_SPECIFIC_NPCnpcstatic intCOL_MINE_OREobjstatic intCOL_NPC_KILLnpcstatic intCOL_NPC_KILL_CATEGORYcategorystatic intCOL_NPC_KILL_SLAYER_CATEGORYintegerstatic intCOL_POH_BUILDdbrowstatic intCOL_POH_SET_PORTALintegerstatic intCOL_QUESTdbrowstatic intCOL_TOTAL_LEVELintegerstatic intID
-
Constructor Summary
Constructors Constructor Description Action()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_ACTION_NAME
public static final int COL_ACTION_NAME
string- See Also:
- Constant Field Values
-
COL_ACTION_DISPLAY_GRAPHIC
public static final int COL_ACTION_DISPLAY_GRAPHIC
graphic- See Also:
- Constant Field Values
-
COL_ACTION_DISPLAY_OBJECT
public static final int COL_ACTION_DISPLAY_OBJECT
obj- See Also:
- Constant Field Values
-
COL_ACTION_DISPLAY_DESC
public static final int COL_ACTION_DISPLAY_DESC
(string, string)- See Also:
- Constant Field Values
-
COL_ACTION_DISPLAY_SHOW_DERIVED_DESC
public static final int COL_ACTION_DISPLAY_SHOW_DERIVED_DESC
boolean- See Also:
- Constant Field Values
-
COL_CUSTOM_TRACKING
public static final int COL_CUSTOM_TRACKING
boolean- See Also:
- Constant Field Values
-
COL_BOSS_KILL
public static final int COL_BOSS_KILL
npc- See Also:
- Constant Field Values
-
COL_BOSS_KILL_CATEGORY
public static final int COL_BOSS_KILL_CATEGORY
category- See Also:
- Constant Field Values
-
COL_BOSS_KILL_EXTRAS
public static final int COL_BOSS_KILL_EXTRAS
(boolean, boolean)- See Also:
- Constant Field Values
-
COL_NPC_KILL
public static final int COL_NPC_KILL
npc- See Also:
- Constant Field Values
-
COL_NPC_KILL_CATEGORY
public static final int COL_NPC_KILL_CATEGORY
category- See Also:
- Constant Field Values
-
COL_NPC_KILL_SLAYER_CATEGORY
public static final int COL_NPC_KILL_SLAYER_CATEGORY
integer- See Also:
- Constant Field Values
-
COL_EQUIP_ITEM
public static final int COL_EQUIP_ITEM
obj- See Also:
- Constant Field Values
-
COL_TOTAL_LEVEL
public static final int COL_TOTAL_LEVEL
integer- See Also:
- Constant Field Values
-
COL_LEVEL
public static final int COL_LEVEL
(stat, integer)- See Also:
- Constant Field Values
-
COL_COLLECTION_GENERIC
public static final int COL_COLLECTION_GENERIC
obj- See Also:
- Constant Field Values
-
COL_COLLECTION_SPECIFIC
public static final int COL_COLLECTION_SPECIFIC
struct- See Also:
- Constant Field Values
-
COL_LOOT_DROP
public static final int COL_LOOT_DROP
obj- See Also:
- Constant Field Values
-
COL_LOOT_DROP_SPECIFIC_NPC
public static final int COL_LOOT_DROP_SPECIFIC_NPC
npc- See Also:
- Constant Field Values
-
COL_QUEST
public static final int COL_QUEST
dbrow- See Also:
- Constant Field Values
-
COL_MINE_ORE
public static final int COL_MINE_ORE
obj- See Also:
- Constant Field Values
-
COL_HUNTER
public static final int COL_HUNTER
(obj, boolean)- See Also:
- Constant Field Values
-
COL_POH_BUILD
public static final int COL_POH_BUILD
dbrow- See Also:
- Constant Field Values
-
COL_POH_SET_PORTAL
public static final int COL_POH_SET_PORTAL
integer- See Also:
- Constant Field Values
-
COL_CREATE_ITEM
public static final int COL_CREATE_ITEM
obj- See Also:
- Constant Field Values
-
COL_CHOP_LOGS
public static final int COL_CHOP_LOGS
obj- See Also:
- Constant Field Values
-
COL_LEAGUES_TASK
public static final int COL_LEAGUES_TASK
struct- See Also:
- Constant Field Values
-
COL_CHILD_ACTION
public static final int COL_CHILD_ACTION
dbrow- See Also:
- Constant Field Values
-
-