Class InventoryChanged

java.lang.Object
net.storm.api.events.InventoryChanged

public class InventoryChanged extends Object
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:
  • Constructor Details

    • InventoryChanged

      public InventoryChanged()