Uses of Class
net.tnemc.menu.core.builder.PlayerPageBuilder
Packages that use PlayerPageBuilder
-
Uses of PlayerPageBuilder in net.tnemc.menu.core.builder
Methods in net.tnemc.menu.core.builder that return PlayerPageBuilderModifier and TypeMethodDescriptionPlayerPageBuilder.withClickHandler
(Function<MenuClickHandler, Boolean> clickHandler) Sets the click handler for the page.PlayerPageBuilder.withColumn
(UUID player, int menuRows, int startingRow, int endingRow, int column, IconBuilder iconBuilder) Adds the specifiedIconBuilder
to the specified column for a player.PlayerPageBuilder.withColumn
(UUID player, int menuRows, int startingRow, int column, IconBuilder iconBuilder) Adds the specifiedIconBuilder
to the specified column for a player.PlayerPageBuilder.withColumn
(UUID player, int menuRows, int column, IconBuilder iconBuilder) Adds the specifiedIconBuilder
to the specified column for a player.Adds icons to the page for a player.PlayerPageBuilder.withOpenHandler
(Consumer<PageOpenCallback> open) Sets the open handler for the page.PlayerPageBuilder.withRow
(UUID player, int row, int startingColumn, int endingColumn, IconBuilder iconBuilder) Adds the specifiedIconBuilder
to the specified row for a player.PlayerPageBuilder.withRow
(UUID player, int row, int startingColumn, IconBuilder iconBuilder) Adds the specifiedIconBuilder
to the specified row for a player.PlayerPageBuilder.withRow
(UUID player, int row, IconBuilder iconBuilder) Adds the specifiedIconBuilder
to the specified row for a player.