FallenMoonNetwork / CanaryMod

Server administration mod and API for Minecraft beta multiplayer server
http://canarymod.net
GNU Lesser General Public License v3.0
20 stars 14 forks source link

Request - getWorldNames()/getWorlds() #92

Closed darkdiplomat closed 11 years ago

darkdiplomat commented 11 years ago

Methods in Server to retrieve the worlds that are loaded like:

public String[] getWorldNames() public World[] getWorlds() or public List<World[]> getWorlds()