Added world.getWorldFolder, server.getWorldContainer

By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2011-11-25 03:46:47 +00:00
parent 34f857ad15
commit 409c447cbd
3 changed files with 20 additions and 0 deletions

View File

@@ -511,4 +511,11 @@ public interface Server {
* @return The Console CommandSender
*/
public ConsoleCommandSender getConsoleSender();
/**
* Gets the folder that contains all of the various {@link World}s.
*
* @return World container folder
*/
public File getWorldContainer();
}