neopixeldev / hypixel-api-java

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

Remove lazy loading hypixel games #98

Closed unpluggedsam closed 1 year ago

unpluggedsam commented 1 year ago

The HypixelGame's classes don't need lazy loading because constructing them is not very expensive. Originally they were thought to be loading the JSONObject from the API meaning they would be extremely expensive to initialize, but, like all other proxy objects they are simply retrieving data from the JSONObject.

unpluggedsam commented 1 year ago

97 has some conflicts with this branch but i'll work them out.

unpluggedsam commented 1 year ago

Merged into other branches so closing.