public interface DedicatedServer
| Modifier and Type | Method and Description |
|---|---|
String |
executeRconCommand(String string) |
int |
getCurrentPlayerCount() |
String |
getHostname() |
String |
getLevelName() |
int |
getMaxPlayerCount() |
String |
getMotd() |
String[] |
getPlayerNames() |
String |
getPlugins() |
int |
getPort() |
ServerPropertiesHandler |
getProperties() |
String |
getVersion() |
void |
info(String message) |
boolean |
isDebuggingEnabled() |
void |
log(String message) |
void |
logError(String message) |
void |
warn(String message) |
ServerPropertiesHandler getProperties()
String getHostname()
int getPort()
String getMotd()
String getVersion()
int getCurrentPlayerCount()
int getMaxPlayerCount()
String[] getPlayerNames()
String getLevelName()
String getPlugins()
boolean isDebuggingEnabled()
void info(String message)
void warn(String message)
void logError(String message)
void log(String message)