Uses of Interface
tech.guilhermekaua.spigotboot.inventoryapi.pagination.PaginationItemRenderer
Packages that use PaginationItemRenderer
Package
Description
-
Uses of PaginationItemRenderer in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination
Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination that return PaginationItemRendererModifier and TypeMethodDescription@NotNull PaginationItemRenderer<T>PaginationSpec.renderer()Returns the per-element renderer.Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination with parameters of type PaginationItemRendererModifier and TypeMethodDescription@NotNull PaginationBuilder<T>PaginationBuilderImpl.itemRenderer(@NotNull PaginationItemRenderer<T> renderer) -
Uses of PaginationItemRenderer in tech.guilhermekaua.spigotboot.inventoryapi.pagination
Methods in tech.guilhermekaua.spigotboot.inventoryapi.pagination with parameters of type PaginationItemRendererModifier and TypeMethodDescription@NotNull PaginationBuilder<T>PaginationBuilder.itemRenderer(@NotNull PaginationItemRenderer<T> renderer) Sets the per-element renderer.