Interface GuiClickAction
- 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's inventory is clicked on
This is NOT to handle clicks of items in a inventory, see ClickableItem instead for this-
Method Summary
Modifier and TypeMethodDescriptionvoidonClick(InventoryClickAction action)The method called when aPluginInventorygets clicked
-
Method Details
-
onClick
The method called when aPluginInventorygets clicked- Parameters:
action- AInventoryClickAction
-