Uses of Class
net.tnemc.menu.core.callbacks.page.PageOpenCallback
Packages that use PageOpenCallback
-
Uses of PageOpenCallback in net.tnemc.menu.core
Fields in net.tnemc.menu.core with type parameters of type PageOpenCallbackMethods in net.tnemc.menu.core that return types with arguments of type PageOpenCallbackMethod parameters in net.tnemc.menu.core with type arguments of type PageOpenCallback -
Uses of PageOpenCallback in net.tnemc.menu.core.builder
Fields in net.tnemc.menu.core.builder with type parameters of type PageOpenCallbackModifier and TypeFieldDescriptionprotected Consumer<PageOpenCallback>
PageBuilder.open
protected Consumer<PageOpenCallback>
PlayerPageBuilder.open
Method parameters in net.tnemc.menu.core.builder with type arguments of type PageOpenCallbackModifier and TypeMethodDescriptionPageBuilder.withOpenHandler
(Consumer<PageOpenCallback> open) Sets the open handler for the page.PlayerPageBuilder.withOpenHandler
(Consumer<PageOpenCallback> open) Sets the open handler for the page.