mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-04 06:02:12 -07:00
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