Package tk.airshipcraft.commonlib.gui.events
package tk.airshipcraft.commonlib.gui.events
Contains classes and interfaces for handling events related to the graphical user interfaces (GUIs) in Minecraft. This includes custom event classes for GUI clicks and hologram interactions, as well as listeners to respond to these events.
Key classes:
GuiClickEvent
- Fired when a player clicks within a custom GUI.HologramClickEvent
- Represents a click event on a hologram.InventoryClickListener
- Listens for inventory clicks within GUIs.
These classes are essential for creating interactive GUIs that respond to player actions.
- Since:
- 2023-11-20
- Version:
- 1.0.0
- Author:
- notzune
-
ClassesClassDescriptionRepresents an event triggered when a player interacts with a Graphical User Interface (GUI) in the game.Represents an event that is fired when a player clicks on a hologram within the game.Listener class for handling HologramClickEvents.Listener class for inventory click events in Bukkit.