Package net.runelite.api.gameval
Class DBTableID.OmnishopStockData
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.OmnishopStockData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DBTableID.OmnishopStockData.Row
-
Field Summary
Fields Modifier and Type Field Description static int
COL_OMNISHOP_STOCK_ALTERNATEOBJ
namedobjstatic int
COL_OMNISHOP_STOCK_BUYABLE
booleanstatic int
COL_OMNISHOP_STOCK_COST
(dbrow, integer)static int
COL_OMNISHOP_STOCK_COST_MOD_BUY
integerstatic int
COL_OMNISHOP_STOCK_COST_MOD_HAGGLE
integerstatic int
COL_OMNISHOP_STOCK_COST_MOD_SELL
integerstatic int
COL_OMNISHOP_STOCK_FILTER_ID
integerstatic int
COL_OMNISHOP_STOCK_OBJ
namedobjstatic int
COL_OMNISHOP_STOCK_RESTRICTED
integerstatic int
COL_OMNISHOP_STOCK_RESTRICTED_CATEGORY
integerstatic int
COL_OMNISHOP_STOCK_RESTRICTED_UIM
integerstatic int
COL_OMNISHOP_STOCK_SELLABLE
booleanstatic int
COL_OMNISHOP_STOCK_SOLD_NOTED
booleanstatic int
COL_OMNISHOP_STOCK_TRANSACTION_MULTIPLIER
integerstatic int
COL_OMNISHOP_STOCK_VIEW_ONLY
booleanstatic int
ID
-
Constructor Summary
Constructors Constructor Description OmnishopStockData()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_OMNISHOP_STOCK_OBJ
public static final int COL_OMNISHOP_STOCK_OBJ
namedobj- See Also:
- Constant Field Values
-
COL_OMNISHOP_STOCK_ALTERNATEOBJ
public static final int COL_OMNISHOP_STOCK_ALTERNATEOBJ
namedobj- See Also:
- Constant Field Values
-
COL_OMNISHOP_STOCK_FILTER_ID
public static final int COL_OMNISHOP_STOCK_FILTER_ID
integer- See Also:
- Constant Field Values
-
COL_OMNISHOP_STOCK_COST
public static final int COL_OMNISHOP_STOCK_COST
(dbrow, integer)- See Also:
- Constant Field Values
-
COL_OMNISHOP_STOCK_COST_MOD_BUY
public static final int COL_OMNISHOP_STOCK_COST_MOD_BUY
integer- See Also:
- Constant Field Values
-
COL_OMNISHOP_STOCK_COST_MOD_SELL
public static final int COL_OMNISHOP_STOCK_COST_MOD_SELL
integer- See Also:
- Constant Field Values
-
COL_OMNISHOP_STOCK_COST_MOD_HAGGLE
public static final int COL_OMNISHOP_STOCK_COST_MOD_HAGGLE
integer- See Also:
- Constant Field Values
-
COL_OMNISHOP_STOCK_TRANSACTION_MULTIPLIER
public static final int COL_OMNISHOP_STOCK_TRANSACTION_MULTIPLIER
integer- See Also:
- Constant Field Values
-
COL_OMNISHOP_STOCK_RESTRICTED
public static final int COL_OMNISHOP_STOCK_RESTRICTED
integer- See Also:
- Constant Field Values
-
COL_OMNISHOP_STOCK_RESTRICTED_CATEGORY
public static final int COL_OMNISHOP_STOCK_RESTRICTED_CATEGORY
integer- See Also:
- Constant Field Values
-
COL_OMNISHOP_STOCK_RESTRICTED_UIM
public static final int COL_OMNISHOP_STOCK_RESTRICTED_UIM
integer- See Also:
- Constant Field Values
-
COL_OMNISHOP_STOCK_BUYABLE
public static final int COL_OMNISHOP_STOCK_BUYABLE
boolean- See Also:
- Constant Field Values
-
COL_OMNISHOP_STOCK_SELLABLE
public static final int COL_OMNISHOP_STOCK_SELLABLE
boolean- See Also:
- Constant Field Values
-
COL_OMNISHOP_STOCK_SOLD_NOTED
public static final int COL_OMNISHOP_STOCK_SOLD_NOTED
boolean- See Also:
- Constant Field Values
-
COL_OMNISHOP_STOCK_VIEW_ONLY
public static final int COL_OMNISHOP_STOCK_VIEW_ONLY
boolean- See Also:
- Constant Field Values
-
-