Interface TransferInventoryEvent
-
- All Superinterfaces:
Event
- All Known Subinterfaces:
TransferInventoryEvent.Post
,TransferInventoryEvent.Pre
public interface TransferInventoryEvent extends Event
Fired when anInventory
transfers items into another.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
TransferInventoryEvent.Post
Fires after anInventory
transferred an item into an other inventory.static interface
TransferInventoryEvent.Pre
Fired before anInventory
attempts to transfer any items.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Inventory
sourceInventory()
Inventory
targetInventory()
-