Uses of Class
io.github.toberocat.guiengine.event.spigot.GuiEngineEvent
Packages that use GuiEngineEvent
-
Uses of GuiEngineEvent in io.github.toberocat.guiengine.event
Methods in io.github.toberocat.guiengine.event with type parameters of type GuiEngineEventModifier and TypeMethodDescriptiondefault <E extends GuiEngineEvent>
voidRegisters a listener for a specific event class along with its associated event handler. -
Uses of GuiEngineEvent in io.github.toberocat.guiengine.event.spigot
Subclasses of GuiEngineEvent in io.github.toberocat.guiengine.event.spigotModifier and TypeClassDescriptionclass
Represents a custom GUI close event triggered when a player closes a GUI.class
Represents a custom GUI component click event triggered when a player clicks on a GUI component.class
Represents a custom GUI component drag event triggered when a player drags items in the GUI.