Uses of Interface
me.hsgamer.hscore.minecraft.gui.event.ViewerEvent
Package
Description
Contains the Bukkit implementation of the
me.hsgamer.hscore.minecraft.gui.event
Contains the base classes for UI modules in Minecraft
Contains the base classes for buttons for UI in Minecraft
Contains the necessary classes for the events in the UI
Contains the Minestom implementation of the
me.hsgamer.hscore.minecraft.gui.event
-
Uses of ViewerEvent in me.hsgamer.hscore.bukkit.gui.event
Modifier and TypeClassDescriptionclass
The Bukkit implementation ofClickEvent
class
The Bukkit implementation ofCloseEvent
class
The Drag eventclass
BukkitInventoryEvent<T extends org.bukkit.event.inventory.InventoryEvent>
The Bukkit inventory eventclass
The Bukkit implementation ofOpenEvent
-
Uses of ViewerEvent in me.hsgamer.hscore.minecraft.gui
Modifier and TypeMethodDescriptionabstract void
GUIDisplay.handleEvent
(ViewerEvent event) Handle the eventvoid
InventoryGUIDisplay.handleEvent
(ViewerEvent event) -
Uses of ViewerEvent in me.hsgamer.hscore.minecraft.gui.button
Modifier and TypeMethodDescription@Nullable Consumer<ViewerEvent>
DisplayButton.getAction()
Get the action to handle the eventModifier and TypeMethodDescriptionDisplayButton.setAction
(@Nullable Consumer<ViewerEvent> action) Set the action to handle the event -
Uses of ViewerEvent in me.hsgamer.hscore.minecraft.gui.event
Modifier and TypeInterfaceDescriptioninterface
The event when a player clicks on the UIinterface
The event when a player closes the UIinterface
The event when a player opens the UI -
Uses of ViewerEvent in me.hsgamer.hscore.minestom.gui.event
Modifier and TypeClassDescriptionclass
The click event for Minestomclass
The close event for Minestomfinal class
The open event for Minestom