mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-04 22:22:18 -07:00
@@ -217,6 +217,14 @@ public interface Server {
|
||||
*/
|
||||
public World getWorld(String name);
|
||||
|
||||
/**
|
||||
* Gets the world from the given Unique ID
|
||||
*
|
||||
* @param uid Unique ID of the world to retrieve.
|
||||
* @return World with the given Unique ID, or null if none exists.
|
||||
*/
|
||||
public World getWorld(long uid);
|
||||
|
||||
/**
|
||||
* Reloads the server, refreshing settings and plugin information
|
||||
*/
|
||||
|
Reference in New Issue
Block a user