Package net.storm.api.events
Class ItemObtained
java.lang.Object
net.storm.api.events.ItemObtained
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
ItemObtained
public ItemObtained()
-