Uses of Class
net.tnemc.menu.core.handlers.MenuClickHandler
Packages that use MenuClickHandler
Package
Description
-
Uses of MenuClickHandler in net.tnemc.menu.core
Fields in net.tnemc.menu.core with type parameters of type MenuClickHandlerMethods in net.tnemc.menu.core that return types with arguments of type MenuClickHandlerMethods in net.tnemc.menu.core with parameters of type MenuClickHandlerModifier and TypeMethodDescriptionboolean
Menu.onClick
(MenuClickHandler handler) Handles a click action for a specific viewer identified by its UUID.boolean
Page.onClick
(MenuClickHandler handler) Handles a click action for a specific viewer identified by its UUID.boolean
PlayerInstancePage.onClick
(UUID player, MenuClickHandler handler) Handles a click action for a specific viewer identified by its UUID.Method parameters in net.tnemc.menu.core with type arguments of type MenuClickHandlerModifier and TypeMethodDescriptionvoid
Page.setClickHandler
(Function<MenuClickHandler, Boolean> clickHandler) -
Uses of MenuClickHandler in net.tnemc.menu.core.builder
Fields in net.tnemc.menu.core.builder with type parameters of type MenuClickHandlerModifier and TypeFieldDescriptionprivate Consumer<MenuClickHandler>
IconBuilder.click
private Function<MenuClickHandler,
Boolean> PageBuilder.clickHandler
private Function<MenuClickHandler,
Boolean> PlayerPageBuilder.clickHandler
Method parameters in net.tnemc.menu.core.builder with type arguments of type MenuClickHandlerModifier and TypeMethodDescriptionIconBuilder.withClick
(Consumer<MenuClickHandler> click) Sets the click handler for the icon.PageBuilder.withClickHandler
(Function<MenuClickHandler, Boolean> clickHandler) Sets the click handler for the page.PlayerPageBuilder.withClickHandler
(Function<MenuClickHandler, Boolean> clickHandler) Sets the click handler for the page. -
Uses of MenuClickHandler in net.tnemc.menu.core.icon
Fields in net.tnemc.menu.core.icon with type parameters of type MenuClickHandlerMethods in net.tnemc.menu.core.icon that return types with arguments of type MenuClickHandlerMethods in net.tnemc.menu.core.icon with parameters of type MenuClickHandlerMethod parameters in net.tnemc.menu.core.icon with type arguments of type MenuClickHandler -
Uses of MenuClickHandler in net.tnemc.menu.core.icon.action
Methods in net.tnemc.menu.core.icon.action with parameters of type MenuClickHandlerModifier and TypeMethodDescriptionabstract boolean
IconAction.onClick
(MenuClickHandler handler) Handles the click action for the icon using the providedMenuClickHandler
. -
Uses of MenuClickHandler in net.tnemc.menu.core.icon.action.impl
Fields in net.tnemc.menu.core.icon.action.impl with type parameters of type MenuClickHandlerModifier and TypeFieldDescriptionprivate final Consumer<MenuClickHandler>
RunnableAction.consumer
Methods in net.tnemc.menu.core.icon.action.impl with parameters of type MenuClickHandlerModifier and TypeMethodDescriptionboolean
ChatAction.onClick
(MenuClickHandler handler) Handles the click action for the icon using the providedMenuClickHandler
.boolean
DataAction.onClick
(MenuClickHandler handler) Handles the click action for the icon using the providedMenuClickHandler
.boolean
RunnableAction.onClick
(MenuClickHandler handler) Handles the click action for the icon using the providedMenuClickHandler
.boolean
SwitchMenuAction.onClick
(MenuClickHandler handler) Handles the click action for the icon using the providedMenuClickHandler
.boolean
SwitchPageAction.onClick
(MenuClickHandler handler) Handles the click action for the icon using the providedMenuClickHandler
.Constructor parameters in net.tnemc.menu.core.icon.action.impl with type arguments of type MenuClickHandlerModifierConstructorDescriptionRunnableAction
(Consumer<MenuClickHandler> consumer) RunnableAction
(Consumer<MenuClickHandler> consumer, ActionType type) -
Uses of MenuClickHandler in net.tnemc.menu.core.icon.impl
Methods in net.tnemc.menu.core.icon.impl with parameters of type MenuClickHandler