CubeEngine / core

A minecraft module framework
GNU General Public License v3.0
16 stars 4 forks source link

Pagination #28

Closed JonasDann closed 10 years ago

JonasDann commented 10 years ago

Pagination provides the functionality to automatically split list results of a command into pages and navigate easily trough them.

For Pagination to work you have to return a PaginatedResult when you call a command. You have to pass the PaginatedResult either a list of Strings to display or a class that implements the PaginationIterator interface.