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 TypeMethodDescriptionbooleanMenu.onClick(MenuClickHandler handler) Handles a click action for a specific viewer identified by its UUID.booleanPage.onClick(MenuClickHandler handler) Handles a click action for a specific viewer identified by its UUID.booleanPlayerInstancePage.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 TypeMethodDescriptionvoidPage.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.clickprivate Function<MenuClickHandler,Boolean> PageBuilder.clickHandlerprivate Function<MenuClickHandler,Boolean> PlayerPageBuilder.clickHandlerMethod 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 booleanIconAction.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.consumerMethods in net.tnemc.menu.core.icon.action.impl with parameters of type MenuClickHandlerModifier and TypeMethodDescriptionbooleanChatAction.onClick(MenuClickHandler handler) Handles the click action for the icon using the providedMenuClickHandler.booleanDataAction.onClick(MenuClickHandler handler) Handles the click action for the icon using the providedMenuClickHandler.booleanRunnableAction.onClick(MenuClickHandler handler) Handles the click action for the icon using the providedMenuClickHandler.booleanSwitchMenuAction.onClick(MenuClickHandler handler) Handles the click action for the icon using the providedMenuClickHandler.booleanSwitchPageAction.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