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.

@FunctionalInterface public interface GuiClickAction
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