Package net.runelite.api.gameval
Class DBTableID.OmnishopPurseData.Row
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.OmnishopPurseData.Row
-
- Enclosing class:
- DBTableID.OmnishopPurseData
public static final class DBTableID.OmnishopPurseData.Row extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
FORESTRY_KIT_BASKET_CLOSED_PURSE
static int
FORESTRY_KIT_BASKET_OPEN_PURSE
static int
FORESTRY_KIT_PURSE
static int
FORESTRY_SHOP_LOG_STORAGE_PURSE
static int
OMNISHOP_PURSE_TEST_1
-
Constructor Summary
Constructors Constructor Description Row()
-
-
-
Field Detail
-
OMNISHOP_PURSE_TEST_1
public static final int OMNISHOP_PURSE_TEST_1
- See Also:
- Constant Field Values
-
FORESTRY_KIT_PURSE
public static final int FORESTRY_KIT_PURSE
- See Also:
- Constant Field Values
-
FORESTRY_KIT_BASKET_CLOSED_PURSE
public static final int FORESTRY_KIT_BASKET_CLOSED_PURSE
- See Also:
- Constant Field Values
-
FORESTRY_KIT_BASKET_OPEN_PURSE
public static final int FORESTRY_KIT_BASKET_OPEN_PURSE
- See Also:
- Constant Field Values
-
FORESTRY_SHOP_LOG_STORAGE_PURSE
public static final int FORESTRY_SHOP_LOG_STORAGE_PURSE
- See Also:
- Constant Field Values
-
-