Uses of Interface
me.hsgamer.hscore.minecraft.gui.event.ClickEvent
Packages that use ClickEvent
Package
Description
Contains the pre-made
Button
s for BukkitContains 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 pre-made
Button
s for UI in MinecraftContains the Minestom implementation of the
me.hsgamer.hscore.minecraft.gui.event
-
Uses of ClickEvent in me.hsgamer.hscore.bukkit.gui.button.impl
Constructor parameters in me.hsgamer.hscore.bukkit.gui.button.impl with type arguments of type ClickEvent -
Uses of ClickEvent in me.hsgamer.hscore.bukkit.gui.event
Classes in me.hsgamer.hscore.bukkit.gui.event that implement ClickEvent -
Uses of ClickEvent in me.hsgamer.hscore.minecraft.gui
Methods in me.hsgamer.hscore.minecraft.gui with parameters of type ClickEventModifier and TypeMethodDescriptionprotected void
GUIHolder.onClick
(@NotNull ClickEvent event) Handle click event -
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 TypeMethodDescriptionDisplayButton.setClickAction
(@Nullable Consumer<ClickEvent> action) Set the action to handle the click event -
Uses of ClickEvent in me.hsgamer.hscore.minecraft.gui.button.impl
Method parameters in me.hsgamer.hscore.minecraft.gui.button.impl with type arguments of type ClickEventModifier and TypeMethodDescriptionPredicateButton.setClickFuturePredicate
(@NotNull Function<@NotNull ClickEvent, @NotNull CompletableFuture<@NotNull Boolean>> clickFuturePredicate) Set the click future predicatePredicateButton.setClickPredicate
(@NotNull Predicate<@NotNull ClickEvent> clickPredicate) Set the click predicateConstructor parameters in me.hsgamer.hscore.minecraft.gui.button.impl with type arguments of type ClickEventModifierConstructorDescriptionNullButton
(@NotNull Consumer<@NotNull ClickEvent> consumer) Create a new buttonSimpleButton
(@NotNull Function<@NotNull UUID, @Nullable Item> itemFunction, @NotNull Consumer<@NotNull ClickEvent> consumer) Create a new simple buttonSimpleButton
(@Nullable Item item, @NotNull Consumer<@NotNull ClickEvent> consumer) Create a new button -
Uses of ClickEvent in me.hsgamer.hscore.minestom.gui.event
Classes in me.hsgamer.hscore.minestom.gui.event that implement ClickEvent