Uses of Interface
me.hsgamer.hscore.minecraft.gui.event.ViewerEvent
Packages that use 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
Classes in me.hsgamer.hscore.bukkit.gui.event that implement ViewerEventModifier 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
Methods in me.hsgamer.hscore.minecraft.gui with parameters of type ViewerEventModifier and TypeMethodDescriptionabstract void
GUIDisplay.handleEvent
(ViewerEvent event) Handle the eventvoid
InventoryGUIDisplay.handleEvent
(ViewerEvent event) -
Uses of ViewerEvent in me.hsgamer.hscore.minecraft.gui.button
Methods in me.hsgamer.hscore.minecraft.gui.button that return types with arguments of type ViewerEventModifier and TypeMethodDescription@Nullable Consumer<ViewerEvent>
DisplayButton.getAction()
Get the action to handle the eventMethod parameters in me.hsgamer.hscore.minecraft.gui.button with type arguments of type ViewerEventModifier and TypeMethodDescriptionDisplayButton.setAction
(@Nullable Consumer<ViewerEvent> action) Set the action to handle the event -
Uses of ViewerEvent in me.hsgamer.hscore.minecraft.gui.event
Subinterfaces of ViewerEvent in me.hsgamer.hscore.minecraft.gui.eventModifier 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
Subinterfaces of ViewerEvent in me.hsgamer.hscore.minestom.gui.eventClasses in me.hsgamer.hscore.minestom.gui.event that implement ViewerEventModifier and TypeClassDescriptionclass
The click event for Minestomclass
The close event for Minestomfinal class
The open event for Minestom