issues
search
neopixeldev
/
hypixel-api-java
Asynchronous Java wrapper for the Hypixel API
MIT License
6
stars
2
forks
source link
Refactor getHypixelFriends()
#103
Closed
unpluggedsam
closed
2 years ago
unpluggedsam
commented
2 years ago
Refactor getHypixelFriends() in
HypixelPlayer
Creates many helper methods to make code much more concise and readable.
Add documentation to explain confusing parts.
Use
JSONHandler
instead of
JSONObject
.
Refactor getHypixelFriends() in
HypixelPlayer
JSONHandler
instead ofJSONObject
.