Class MenuEvent
java.lang.Object
net.gcnt.additionsplus.files.menus.MenuEvent
- All Implemented Interfaces:
org.bukkit.event.Listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onInventoryClick(org.bukkit.event.inventory.InventoryClickEvent e)
void
onInventoryClose(org.bukkit.event.inventory.InventoryCloseEvent e)
-
Constructor Details
-
MenuEvent
public MenuEvent()
-
-
Method Details
-
onInventoryClick
public void onInventoryClick(org.bukkit.event.inventory.InventoryClickEvent e) -
onInventoryClose
public void onInventoryClose(org.bukkit.event.inventory.InventoryCloseEvent e)
-