ItemContainerChanged

Beginner

net.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

ItemContainerChanged

This 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

Related Classes

Plugins Using This Class