geforkt von Mirrors/Paper
Added Server.getServerId() for ID purposes.
By: sk89q <the.sk89q@gmail.com>
Dieser Commit ist enthalten in:
Ursprung
67b6abb580
Commit
0196ba1320
@ -63,6 +63,14 @@ public interface Server {
|
|||||||
*/
|
*/
|
||||||
public String getServerName();
|
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.
|
* Broadcast a message to all players.
|
||||||
*
|
*
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren