Interface BukkitServer
- All Superinterfaces:
GenericServer
Paper specific instance of a GenericServer
.
This interface includes a Map of Worlds the Server currently has.
This interface is useful for cases where you want to get the worlds of the Server itself, by simply casting your GenericServer instance to a BukkitServer one. Make sure to do proper instanceof checks first before attempting to cast.
-
Method Summary
Methods inherited from interface ch.andre601.advancedserverlist.api.objects.GenericServer
getHost, getPlayersMax, getPlayersOnline
-
Method Details
-
getWorlds
-