Added world.getWorldFolder, server.getWorldContainer

This commit is contained in:
Nathan Adams
2011-11-25 03:46:47 +00:00
parent b2e91c6cc4
commit d6f29fc8f3
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();
}