Class PaperPageContext<T>

java.lang.Object
studio.mevera.lotus.api.pagination.AbstractPageContext<net.kyori.adventure.text.Component,T,PaperPaginationSession<T>>
studio.mevera.lotus.paper.api.pagination.PaperPageContext<T>

public final class PaperPageContext<T> extends studio.mevera.lotus.api.pagination.AbstractPageContext<net.kyori.adventure.text.Component,T,PaperPaginationSession<T>>
  • Constructor Details

    • PaperPageContext

      public PaperPageContext(int pageIndex, int totalPages, @NotNull @NotNull org.bukkit.entity.Player viewer, @NotNull @NotNull PaperPaginationSession<T> session)