SuperiorSkyblockAPI.getPlayer(<UUID>)
.
Island
This object is used to cache data about the islands on your server. Members, banned list, multipliers, upgrades and all of the other data is stored in this object.
You can get the Island of a player by using SuperiorPlayer#getIsland()
.
If you want to get an Island in a specific location, you can use SuperiorSkyblockAPI.getGrid().getIslandAt(<Location>)
.
GridManager
The grid manager object handles all the islands on your server. If you want to interact with islands, get them from the top list or anything related to that, you should use this object.