Class ItemObtained

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

public class ItemObtained extends Object
An event fired when the player obtains an item.

This event is triggered when the player acquires an item through various means such as picking up ground items, receiving drops, completing trades, or other item acquisition methods.

This event focuses on item acquisition specifically, as opposed to InventoryChanged which tracks all inventory modifications.

See Also:
  • Constructor Details

    • ItemObtained

      public ItemObtained()