neopixeldev / hypixel-api-java

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

Refactor JSONHandler to use get() method on calls to JSONObject #113

Closed unpluggedsam closed 1 year ago

unpluggedsam commented 1 year ago

Force all calls to JSONObject through a get() method.