13
0
geforkt von Mirrors/Paper

Added Server.getServerId() for ID purposes.

By: sk89q <the.sk89q@gmail.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2011-03-26 01:39:10 -07:00
Ursprung 67b6abb580
Commit 0196ba1320

Datei anzeigen

@ -63,6 +63,14 @@ public interface Server {
*/
public String getServerName();
/**
* Get an ID of this server. The ID is a simple generally alphanumeric
* ID that can be used for uniquely identifying this server.
*
* @return The ID of this server
*/
public String getServerId();
/**
* Broadcast a message to all players.
*