Uses of Interface
me.hsgamer.hscore.minecraft.gui.event.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
-
Uses of ClickEvent in me.hsgamer.hscore.bukkit.gui.event
-
Uses of ClickEvent in me.hsgamer.hscore.minecraft.gui
Modifier and TypeMethodDescriptionprotected void
GUIHolder.onClick
(@NotNull ClickEvent event) Handle click event -
Uses of ClickEvent in me.hsgamer.hscore.minecraft.gui.button
Modifier 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
Modifier 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 predicateModifierConstructorDescriptionNullButton
(@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