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 classDBTableID.OmnishopStockData.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_OMNISHOP_STOCK_ALTERNATEOBJnamedobjstatic intCOL_OMNISHOP_STOCK_BUYABLEbooleanstatic intCOL_OMNISHOP_STOCK_COST(dbrow, integer)static intCOL_OMNISHOP_STOCK_COST_MOD_BUYintegerstatic intCOL_OMNISHOP_STOCK_COST_MOD_HAGGLEintegerstatic intCOL_OMNISHOP_STOCK_COST_MOD_SELLintegerstatic intCOL_OMNISHOP_STOCK_FILTER_IDintegerstatic intCOL_OMNISHOP_STOCK_OBJnamedobjstatic intCOL_OMNISHOP_STOCK_RESTRICTEDintegerstatic intCOL_OMNISHOP_STOCK_RESTRICTED_CATEGORYintegerstatic intCOL_OMNISHOP_STOCK_RESTRICTED_UIMintegerstatic intCOL_OMNISHOP_STOCK_SELLABLEbooleanstatic intCOL_OMNISHOP_STOCK_SOLD_NOTEDbooleanstatic intCOL_OMNISHOP_STOCK_TRANSACTION_MULTIPLIERintegerstatic intCOL_OMNISHOP_STOCK_VIEW_ONLYbooleanstatic intID
-
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
-
-