Package net.minecraft.server
Interface ServerInterface
- All Superinterfaces:
ServerInfo
- All Known Implementing Classes:
DedicatedServer
-
Method Summary
Modifier and TypeMethodDescriptionString[]
int
runCommand
(String pCommand) Handle a command received by an RCon instanceMethods inherited from interface net.minecraft.server.ServerInfo
getMaxPlayers, getMotd, getPlayerCount, getServerVersion
-
Method Details
-
getProperties
DedicatedServerProperties getProperties() -
getServerIp
String getServerIp() -
getServerPort
int getServerPort() -
getServerName
String getServerName() -
getPlayerNames
String[] getPlayerNames() -
getLevelIdName
String getLevelIdName() -
getPluginNames
String getPluginNames() -
runCommand
Handle a command received by an RCon instance
-