Uses of Record Class
dev.sympho.bot_utils.component.ButtonManager.HandlerEntry
Packages that use ButtonManager.HandlerEntry
Package
Description
Root project package.
Utilities for using Discord components.
-
Uses of ButtonManager.HandlerEntry in dev.sympho.bot_utils
Methods in dev.sympho.bot_utils that return ButtonManager.HandlerEntryModifier and TypeMethodDescriptionPaginationManager.pageUpdateHandler()Configures the handler for page update buttons. -
Uses of ButtonManager.HandlerEntry in dev.sympho.bot_utils.component
Methods in dev.sympho.bot_utils.component that return ButtonManager.HandlerEntryModifier and TypeMethodDescriptionstatic ButtonManager.HandlerEntryButtonManager.HandlerEntry.of(String id, ButtonManager.HandlerFunction handler, boolean mutex) Creates a handler with the given ID that uses the given function and requires no groups.static ButtonManager.HandlerEntryButtonManager.HandlerEntry.of(String id, ButtonManager.HandlerFunction handler, boolean mutex, Group group) Creates a handler with the given ID that uses the given function and requires the given group.Methods in dev.sympho.bot_utils.component with parameters of type ButtonManager.HandlerEntryModifier and TypeMethodDescriptionvoidButtonManager.register(ButtonManager.HandlerEntry handler)