Interface InventoryEvent
- All Superinterfaces:
Event
- All Known Implementing Classes:
InventoryClickEvent, InventoryCloseEvent, InventoryItemChangeEvent, InventoryOpenEvent, InventoryPreClickEvent, PlayerAnvilInputEvent
Represents any event inside an
AbstractInventory.-
Method Summary
Modifier and TypeMethodDescriptionGets the inventory that was clicked.
-
Method Details
-
getInventory
AbstractInventory getInventory()Gets the inventory that was clicked.
-