Added world.getWorldFolder, server.getWorldContainer
By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
34f857ad15
commit
409c447cbd
3 changed files with 20 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue