Uses of Class
io.github.thebusybiscuit.slimefun4.api.gps.PageRange
Packages that use PageRange
-
Uses of PageRange in io.github.thebusybiscuit.slimefun4.api.gps
Methods in io.github.thebusybiscuit.slimefun4.api.gps that return PageRangeModifier and TypeMethodDescriptionstatic PageRangePageRange.compute(int total, int pageSize, int currentPage) Methods in io.github.thebusybiscuit.slimefun4.api.gps with parameters of type PageRangeModifier and TypeMethodDescriptionstatic voidPageHelper.renderPageButton(ChestMenu menu, int prevSlot, int nextSlot, PageRange pr, ChestMenu.MenuClickHandler prevHander, ChestMenu.MenuClickHandler nextHander) This method renders the pagination buttons for a pagedChestMenu.