Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

v2.1.0: Changed ProfileEntry to a Record

Compare
Choose a tag to compare
@Andre601 Andre601 released this 29 Mar 16:28
· 25 commits to master since this release
cbf52b6

The ProfileEntry class has been turned into a record. This brings one important change, which is that the old getX methods have been replaced with their new x methods.

As an example:

  • getMotd() is now motd()
  • getPlayerCountText() is now playerCountText()
  • etc.

To keep backwards compatability are the old getters still available, but deprecated and planned for removal in a future minor or major version (patch updates won't have them removed)