Added world.getWorldFolder, server.getWorldContainer
By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user