Uses of Interface
me.hsgamer.hscore.minecraft.gui.common.event.ViewerEvent
Packages that use ViewerEvent
Package
Description
The events for the Bukkit GUI
Contains the Bukkit implementation of the
me.hsgamer.hscore.minecraft.gui.holder.event packageContains the necessary classes for the events in the GUI
Classes for items in the GUI
The events for the GUI holder
Contains the Minestom implementation of the UI event package
-
Uses of ViewerEvent in me.hsgamer.hscore.bukkit.gui.common.event
Classes in me.hsgamer.hscore.bukkit.gui.common.event that implement ViewerEventModifier and TypeClassDescriptionclassThe Bukkit implementation ofClickEventclassThe drag eventclassBukkitInventoryEvent<T extends org.bukkit.event.inventory.InventoryEvent>The Bukkit inventory event -
Uses of ViewerEvent in me.hsgamer.hscore.bukkit.gui.holder.event
Classes in me.hsgamer.hscore.bukkit.gui.holder.event that implement ViewerEventModifier and TypeClassDescriptionclassThe Bukkit implementation ofCloseEventclassThe Bukkit implementation ofOpenEvent -
Uses of ViewerEvent in me.hsgamer.hscore.minecraft.gui.common.event
Subinterfaces of ViewerEvent in me.hsgamer.hscore.minecraft.gui.common.eventModifier and TypeInterfaceDescriptioninterfaceThe event when a player clicks on the GUI -
Uses of ViewerEvent in me.hsgamer.hscore.minecraft.gui.common.item
Methods in me.hsgamer.hscore.minecraft.gui.common.item with type parameters of type ViewerEventModifier and TypeMethodDescription<E extends ViewerEvent>
ActionItemActionItem.extendAction(Class<E> eventClass, BiConsumer<E, Consumer<ViewerEvent>> operator) Extend the action<E extends ViewerEvent>
ActionItemSet the actionMethods in me.hsgamer.hscore.minecraft.gui.common.item that return types with arguments of type ViewerEventModifier and TypeMethodDescription@Nullable Consumer<ViewerEvent> ActionItem.getAction()Get the actionMethods in me.hsgamer.hscore.minecraft.gui.common.item with parameters of type ViewerEventMethod parameters in me.hsgamer.hscore.minecraft.gui.common.item with type arguments of type ViewerEventModifier and TypeMethodDescription<E extends ViewerEvent>
ActionItemActionItem.extendAction(Class<E> eventClass, BiConsumer<E, Consumer<ViewerEvent>> operator) Extend the actionActionItem.extendAction(BiConsumer<ViewerEvent, Consumer<ViewerEvent>> operator) Extend the actionActionItem.extendAction(BiConsumer<ViewerEvent, Consumer<ViewerEvent>> operator) Extend the actionActionItem.setAction(@Nullable Consumer<ViewerEvent> action) Set the action -
Uses of ViewerEvent in me.hsgamer.hscore.minecraft.gui.holder.event
Subinterfaces of ViewerEvent in me.hsgamer.hscore.minecraft.gui.holder.eventModifier and TypeInterfaceDescriptioninterfaceThe event when the GUI is closedinterfaceThe event when the GUI is opened -
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 TypeClassDescriptionclassThe click event for MinestomclassThe close event for Minestomfinal classThe open event for Minestom