Package-level declarations

Types

Link copied to clipboard
class GuiClickEvent(val player: Player, val slot: Int, val event: InventoryClickEvent, val button: GuiButton) : EventCustom

Represents an event triggered when a button within a GUI is clicked by a player.

Link copied to clipboard
class GuiCloseEvent(val player: Player, val gui: GuiBuilder, val event: InventoryCloseEvent) : EventCustom

Represents an event triggered when a GUI is closed by a player.

Link copied to clipboard
class GuiOpenEvent(val player: Player, val gui: GuiBuilder) : EventCustom

Represents an event triggered when a GUI is opened for a player.

Link copied to clipboard
class GuiRedirectEvent(val player: Player, val from: GuiBuilder, val to: GuiBuilder) : EventCustom

Represents an event triggered when a player is redirected from one GUI to another.