Called when a player performs actions involving items in inventories.
This may involve multiple inventories, and may include actions such as:
- moving items from one slot to another
- splitting itemstacks
- dragging itemstacks across inventory slots (slot painting)
- dropping an item on the ground
- taking an item from the creative inventory menu
- destroying (trashing) an item
- See also
- https://doc.pmmp.io/en/rtfd/developer-reference/inventory-transactions.html for more information on inventory transactions
Definition at line 44 of file InventoryTransactionEvent.php.