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
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 nowmotd()
getPlayerCountText()
is nowplayerCountText()
- 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)