public interface GuiItemClickListener
-
Method Summary
void
onClick(org.bukkit.event.inventory.InventoryClickEvent event)
The event handler that should be executed when an
GuiItem
is clicked.
-
Method Details
-
onClick
void onClick(org.bukkit.event.inventory.InventoryClickEvent event)
The event handler that should be executed when an
GuiItem
is clicked.
This is intended to implemented by lambda when you create an
GuiItem
.
- Parameters:
event
- The Bukkit/Spigot API's InventoryClickEvent
.