public interface DedicatedServer
Modifier and Type | Method and Description |
---|---|
String |
executeRconCommand(String command) |
int |
getCurrentPlayerCount() |
String |
getHostname() |
String |
getLevelName() |
int |
getMaxPlayerCount() |
String |
getMotd() |
String[] |
getPlayerNames() |
String |
getPlugins() |
int |
getPort() |
ServerPropertiesHandler |
getProperties() |
String |
getVersion() |
ServerPropertiesHandler getProperties()
String getHostname()
int getPort()
String getMotd()
String getVersion()
int getCurrentPlayerCount()
int getMaxPlayerCount()
String[] getPlayerNames()
String getLevelName()
String getPlugins()