net.minecraft.server.dedicated

public interface DedicatedServerAccess

kj
net.minecraft.class_744
net.minecraft.server.dedicated.DedicatedServerAccess
net.minecraft.network.rcon.IServer

Method summary

Modifier and TypeMethod
int
a(String arg0, int arg1)
method_2030(String arg0, int arg1)
getIntProperty(String key, int defaultValue)
getIntProperty(String key, int defaultValue)
String
a(String arg0, String arg1)
method_2032(String arg0, String arg1)
getStringProperty(String key, String defaultValue)
getStringProperty(String key, String defaultValue)
void
a(String arg0, Object arg1)
method_2031(String arg0, Object arg1)
setProperty(String key, Object value)
setProperty(String key, Object value)
void
a()
method_2029()
saveProperties()
saveProperties()
String
b()
method_2033()
getPropertiesFilePath()
getSettingsFilename()
String
E()
method_2039()
getIp()
getHostname()
int
F()
method_2040()
getPort()
getPort()
String
G()
method_2041()
getMotd()
getMotd()
String
H()
method_2042()
getGameVersion()
getMinecraftVersion()
int
I()
method_2043()
getPlayerCount()
getCurrentPlayerCount()
int
J()
method_2044()
getMaxPlayerCount()
getMaxPlayers()
String[]
K()
method_2045()
getPlayerNames()
getAllUsernames()
String
U()
method_2028()
getWorldSaveName()
getFolderName()
String
d_()
method_2026()
getPlugins()
getPlugins()
String
a_(String arg0)
method_2036(String arg0)
runRconCommand(String command)
handleRConCommand(String command)
boolean
M()
method_2027()
isDebuggingEnabled()
isDebuggingEnabled()
void
e(String arg0)
method_2034(String arg0)
info(String message)
logInfo(String msg)
void
f(String arg0)
method_2035(String arg0)
warn(String message)
logWarning(String msg)
void
g(String arg0)
method_2037(String arg0)
error(String message)
logSevere(String msg)
void
h(String arg0)
method_2038(String arg0)
log(String message)
logDebug(String msg)