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 TypeMethodDescriptionvoid
onClick(InventoryClickAction action)
The method called when aPluginInventory
gets clicked
-
Method Details
-
onClick
The method called when aPluginInventory
gets clicked- Parameters:
action
- AInventoryClickAction
-