ItemContainerChanged
Beginnernet.runelite.api.events
Fired when an item container (inventory, equipment, bank) changes. Use this to track item additions, removals, and quantity changes.
Category
Events
Methods
2
Properties
1
Methods (2)
Properties (1)
Event Type
ItemContainerChangedThis is an event class - it fires when containers change
java
1// The event itself doesn't have properties
2// Use getContainerId() and getItemContainer() methods instead