neopixeldev / hypixel-api-java

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

Refractored Skyblock Objects to not use inner classes. #127

Open Nopock opened 1 year ago

Nopock commented 1 year ago

Feel free to make changes.

Netwyn commented 1 year ago

After that it should be fine to merge.

Nopock commented 1 year ago

ProfileMember class seems a bit bloated; perhaps you could extract some of that data into a Catacombs class or something of the like?

Also combine CurrentCommunityUpgrade with ProfileCommunityUpgrades

Will do