app
/
org.powbot.api.event
/
InventoryChangeEvent
Inventory
Change
Event
data class
InventoryChangeEvent
(itemId:
Int
, quantityChange:
Int
, newQuantity:
Int
, itemName:
String
?)
Content copied to clipboard
Properties
Properties
itemId
Link copied to clipboard
val
itemId
:
Int
Content copied to clipboard
itemName
Link copied to clipboard
val
itemName
:
String
?
Content copied to clipboard
newQuantity
Link copied to clipboard
val
newQuantity
:
Int
Content copied to clipboard
quantityChange
Link copied to clipboard
val
quantityChange
:
Int
Content copied to clipboard