Package net.jeqo.bloons.listeners
Class BalloonMenuListener
java.lang.Object
net.jeqo.bloons.listeners.BalloonMenuListener
- All Implemented Interfaces:
org.bukkit.event.Listener
A class that listens for events related to the balloon menu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onClick
(org.bukkit.event.inventory.InventoryClickEvent event) When a player interacts with the GUI menu, do the action required accordingly
-
Constructor Details
-
BalloonMenuListener
public BalloonMenuListener()
-
-
Method Details
-
onClick
public void onClick(org.bukkit.event.inventory.InventoryClickEvent event) When a player interacts with the GUI menu, do the action required accordingly- Parameters:
event
- The event that is called when a player interacts with the GUI menu, type org.bukkit.event.inventory.InventoryClickEvent
-