Package net.runelite.api.gameval
Class DBTableID.ButlersBellActions
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.ButlersBellActions
-
- Enclosing class:
- DBTableID
public static final class DBTableID.ButlersBellActions extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableID.ButlersBellActions.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_ACTION_IDintegerstatic intCOL_GATHER_BASE_RATEintegerstatic intCOL_PROCESSED_NOUNstringstatic intCOL_PROCESSED_XPintegerstatic intCOL_RAW_NOUNstringstatic intCOL_XP_SKILLstatstatic intID
-
Constructor Summary
Constructors Constructor Description ButlersBellActions()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_ACTION_ID
public static final int COL_ACTION_ID
integer- See Also:
- Constant Field Values
-
COL_RAW_NOUN
public static final int COL_RAW_NOUN
string- See Also:
- Constant Field Values
-
COL_PROCESSED_NOUN
public static final int COL_PROCESSED_NOUN
string- See Also:
- Constant Field Values
-
COL_PROCESSED_XP
public static final int COL_PROCESSED_XP
integer- See Also:
- Constant Field Values
-
COL_XP_SKILL
public static final int COL_XP_SKILL
stat- See Also:
- Constant Field Values
-
COL_GATHER_BASE_RATE
public static final int COL_GATHER_BASE_RATE
integer- See Also:
- Constant Field Values
-
-