Skip to content

Pagination Update

Compare
Choose a tag to compare
@masterdoctor masterdoctor released this 18 Dec 12:31
· 29 commits to master since this release

Changelog:

  • Added configuration options for pagination - refer to the wiki: Customizing the pagination items
  • Fixed a design oversight: #nextPage() and #previousPage() will now only change the page if it exists.
    • They also now return boolean values: true for when the page was changed, false if it was out of range.
  • Bug fixes:
    • Fixed a bug where #setButton(Integer, GUIButton) would cause a NullPointerException

Fixed Issues