Added Server.getServerId() for ID purposes.
This commit is contained in:
parent
bc2200fba8
commit
7d46e6714b
@ -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.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user