geforkt von Mirrors/Paper
Added getOnlineMode() for the Server. Thanks Rigby!
By: EvilSeph <evilseph@unaligned.org>
Dieser Commit ist enthalten in:
Ursprung
d081f1a06f
Commit
250810823d
@ -285,4 +285,11 @@ public interface Server {
|
|||||||
* @param value New spawn radius, or 0 if none
|
* @param value New spawn radius, or 0 if none
|
||||||
*/
|
*/
|
||||||
public void setSpawnRadius(int value);
|
public void setSpawnRadius(int value);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets whether the Server is in online mode or not.
|
||||||
|
*
|
||||||
|
* @return Whether the server is in online mode.
|
||||||
|
*/
|
||||||
|
public boolean getOnlineMode();
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren