Uses of Class
me.hsgamer.hscore.minecraft.gui.button.impl.PredicateButton
Packages that use PredicateButton
-
Uses of PredicateButton in me.hsgamer.hscore.minecraft.gui.button.impl
Methods in me.hsgamer.hscore.minecraft.gui.button.impl that return PredicateButtonModifier and TypeMethodDescriptionSet the buttonPredicateButton.setClickFuturePredicate
(@NotNull Function<@NotNull ClickEvent, @NotNull CompletableFuture<@NotNull Boolean>> clickFuturePredicate) Set the click future predicatePredicateButton.setClickPredicate
(@NotNull Predicate<@NotNull ClickEvent> clickPredicate) Set the click predicatePredicateButton.setFallbackButton
(@NotNull Button fallbackButton) Set the fallback buttonPredicateButton.setPreventSpamClick
(boolean preventSpamClick) Set whether to prevent spam click when checking click predicatePredicateButton.setViewPredicate
(@NotNull Predicate<@NotNull UUID> viewPredicate) Set the view predicate