Uses of Class
net.tnemc.menu.core.builder.MenuBuilder
Packages that use MenuBuilder
-
Uses of MenuBuilder in net.tnemc.menu.core.builder
Methods in net.tnemc.menu.core.builder that return MenuBuilderModifier and TypeMethodDescriptionMenuBuilder.withBottom(boolean bottom) Sets if the player can still utilize the bottom inventory.MenuBuilder.withCloseCallback(Consumer<MenuCloseCallback> close) Sets the close callback for the menu.MenuBuilder.withNonIcon(boolean nonIcon) Sets if the player can still utilize the non icon slots in the menu.MenuBuilder.withOpenCallback(Consumer<MenuOpenCallback> open) Sets the open callback for the menu.Adds pages to the menu using varargs.MenuBuilder.withRows(int rows) Sets the number of rows for the menu.Sets the title for the menu.