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:

These classes are essential for creating interactive GUIs that respond to player actions.

Since:
2023-11-20
Version:
1.0.0
Author:
notzune
  • Classes
    Class
    Description
    Represents 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.