Package com.datdeveloper.datmoddingapi.command.util


package com.datdeveloper.datmoddingapi.command.util
  • Class
    Description
    Pager<PagedElement>
    A class to split the results of a command into pages Commands that implement this should take an integer as the last argument that is passed to the Pager.sendPage(int, CommandSource) method
    A Functional interface to transform the given PagedElement into a Chat Component