Uses of Interface
me.hsgamer.hscore.minecraft.gui.common.event.ClickEvent
Packages that use ClickEvent
Package
Description
Contains the pre-made buttons for Bukkit
The events for the Bukkit GUI
The classes for the holder of the Bukkit GUI
Contains the pre-made buttons for GUI in Minecraft
The package for the GUI holders
Contains the Minestom implementation of the UI event package
-
Uses of ClickEvent in me.hsgamer.hscore.bukkit.gui.button
Constructor parameters in me.hsgamer.hscore.bukkit.gui.button with type arguments of type ClickEvent -
Uses of ClickEvent in me.hsgamer.hscore.bukkit.gui.common.event
Classes in me.hsgamer.hscore.bukkit.gui.common.event that implement ClickEvent -
Uses of ClickEvent in me.hsgamer.hscore.bukkit.gui.holder
Methods in me.hsgamer.hscore.bukkit.gui.holder with parameters of type ClickEvent -
Uses of ClickEvent in me.hsgamer.hscore.minecraft.gui.button
Method parameters in me.hsgamer.hscore.minecraft.gui.button with type arguments of type ClickEventModifier and TypeMethodDescriptionvoidPredicateButton.setClickFuturePredicate(@NotNull Function<@NotNull ClickEvent, @NotNull CompletableFuture<@NotNull Boolean>> clickFuturePredicate) Set the click future predicatevoidPredicateButton.setClickPredicate(@NotNull Predicate<@NotNull ClickEvent> clickPredicate) Set the click predicateConstructor parameters in me.hsgamer.hscore.minecraft.gui.button with type arguments of type ClickEventModifierConstructorDescriptionSimpleButton(@Nullable Object item, @NotNull Consumer<@NotNull ClickEvent> consumer) Create a new buttonSimpleButton(@NotNull Consumer<@NotNull ClickEvent> consumer) Create a new button with a null itemSimpleButton(@NotNull Function<@NotNull UUID, @Nullable Object> itemFunction, @NotNull Consumer<@NotNull ClickEvent> consumer) Create a new simple button -
Uses of ClickEvent in me.hsgamer.hscore.minecraft.gui.holder
Methods in me.hsgamer.hscore.minecraft.gui.holder with parameters of type ClickEventModifier and TypeMethodDescriptionvoidGUIHolder.handleClick(ClickEvent event) Override this method to add custom behavior. -
Uses of ClickEvent in me.hsgamer.hscore.minestom.gui.event
Classes in me.hsgamer.hscore.minestom.gui.event that implement ClickEvent