neopixeldev / hypixel-api-java

Asynchronous Java wrapper for the Hypixel API
MIT License
6 stars 2 forks source link

Add methods to HypixelPlayer #95

Closed unpluggedsam closed 1 year ago

unpluggedsam commented 1 year ago

A bunch more methods used to retrieve data about a HypixelPlayer.

Mqlvin commented 1 year ago

For dates, would it best to return a java.util.Date instead of the Instant? It seems like the date object has more functionality, and saves the user an step when using our wrapper.