Class BalloonMenuListener

java.lang.Object
net.jeqo.bloons.listeners.BalloonMenuListener
All Implemented Interfaces:
org.bukkit.event.Listener

public class BalloonMenuListener extends Object implements org.bukkit.event.Listener
A class that listens for events related to the balloon menu
  • 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