uuid changes
By: Tahg <tahgtahv@gmail.com>
This commit is contained in:
parent
0664487563
commit
fa0ea3b75c
2 changed files with 5 additions and 2 deletions
|
@ -7,6 +7,7 @@ import org.bukkit.inventory.Recipe;
|
|||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.UUID;
|
||||
import java.util.logging.Logger;
|
||||
import org.bukkit.command.PluginCommand;
|
||||
|
||||
|
@ -223,7 +224,7 @@ public interface Server {
|
|||
* @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);
|
||||
public World getWorld(UUID uid);
|
||||
|
||||
/**
|
||||
* Reloads the server, refreshing settings and plugin information
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue