Package net.storm.api.events
Class InventoryChanged
java.lang.Object
net.storm.api.events.InventoryChanged
An event fired when an item is added to or removed from the player's inventory.
This event is triggered whenever the inventory contents change, providing details about what item changed and whether it was added or removed. This is useful for tracking item acquisitions, losses, and inventory management.
Note: This event fires for individual item changes. A single action that affects multiple items (like picking up a stack) may trigger multiple events.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnumeration of possible inventory change types. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InventoryChanged
public InventoryChanged()
-