Interface GuiCloseAction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The functional interface called when a
PluginInventory
gets closed-
Method Summary
Modifier and TypeMethodDescriptionvoid
onClose(InventoryCloseAction action)
The method called when thePluginInventory
gets closed
-
Method Details
-
onClose
The method called when thePluginInventory
gets closed- Parameters:
action
- AInventoryCloseAction
-