Added Location

This commit is contained in:
Dinnerbone
2010-12-27 02:11:52 +00:00
parent 1447495125
commit 2e88ac9e9f
3 changed files with 145 additions and 0 deletions

View File

@@ -34,4 +34,11 @@ public interface Server {
* @return PluginManager for this Server instance
*/
public PluginManager getPluginManager();
/**
* Gets a list of all worlds on this server
*
* @return An array of worlds
*/
public World[] getWorlds();
}