Package net.runelite.api.gameval
Class DBTableID.ButlersBellActions.Row
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.ButlersBellActions.Row
-
- Enclosing class:
- DBTableID.ButlersBellActions
public static final class DBTableID.ButlersBellActions.Row extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBUTLERS_BELL_FISHstatic intBUTLERS_BELL_FLAXstatic intBUTLERS_BELL_HERBSstatic intBUTLERS_BELL_OREstatic intBUTLERS_BELL_WOOD
-
Constructor Summary
Constructors Constructor Description Row()
-
-
-
Field Detail
-
BUTLERS_BELL_WOOD
public static final int BUTLERS_BELL_WOOD
- See Also:
- Constant Field Values
-
BUTLERS_BELL_ORE
public static final int BUTLERS_BELL_ORE
- See Also:
- Constant Field Values
-
BUTLERS_BELL_FLAX
public static final int BUTLERS_BELL_FLAX
- See Also:
- Constant Field Values
-
BUTLERS_BELL_HERBS
public static final int BUTLERS_BELL_HERBS
- See Also:
- Constant Field Values
-
BUTLERS_BELL_FISH
public static final int BUTLERS_BELL_FISH
- See Also:
- Constant Field Values
-
-