net.minecraft.server.jsonrpc.internalapi

public interface MinecraftServerSettingsService

ava
net.minecraft.server.jsonrpc.internalapi.MinecraftServerSettingsService
net.minecraft.class_11832
net.minecraft.server.dedicated.management.handler.PropertiesManagementHandler

Method summary

Modifier and TypeMethod
boolean
a()
isAutoSave()
method_73777()
getAutosave()
boolean
a(boolean arg0, avh arg1)
setAutoSave(boolean arg0, ClientInfo arg1)
method_73782(boolean arg0, class_11838 arg1)
setAutosave(boolean autosaveEnabled, ManagementConnectionId remote)
Difficulty
b()
getDifficulty()
method_73783()
getDifficulty()
Difficulty
a(ccx arg0, avh arg1)
setDifficulty(Difficulty arg0, ClientInfo arg1)
method_73779(class_1267 arg0, class_11838 arg1)
setDifficulty(Difficulty difficulty, ManagementConnectionId remote)
boolean
c()
isEnforceWhitelist()
method_73786()
getEnforceAllowlist()
boolean
b(boolean arg0, avh arg1)
setEnforceWhitelist(boolean arg0, ClientInfo arg1)
method_73785(boolean arg0, class_11838 arg1)
setEnforceAllowlist(boolean enforceAllowlist, ManagementConnectionId remote)
boolean
d()
isUsingWhitelist()
method_73789()
getUseAllowlist()
boolean
c(boolean arg0, avh arg1)
setUsingWhitelist(boolean arg0, ClientInfo arg1)
method_73788(boolean arg0, class_11838 arg1)
setUseAllowlist(boolean useAllowlist, ManagementConnectionId remote)
int
e()
getMaxPlayers()
method_73792()
getMaxPlayers()
int
a(int arg0, avh arg1)
setMaxPlayers(int arg0, ClientInfo arg1)
method_73778(int arg0, class_11838 arg1)
setMaxPlayers(int maxPlayers, ManagementConnectionId remote)
int
f()
getPauseWhenEmptySeconds()
method_73795()
getPauseWhenEmptySeconds()
int
b(int arg0, avh arg1)
setPauseWhenEmptySeconds(int arg0, ClientInfo arg1)
method_73784(int arg0, class_11838 arg1)
setPauseWhenEmptySeconds(int pauseWhenEmptySeconds, ManagementConnectionId remote)
int
g()
getPlayerIdleTimeout()
method_73798()
getPlayerIdleTimeout()
int
c(int arg0, avh arg1)
setPlayerIdleTimeout(int arg0, ClientInfo arg1)
method_73787(int arg0, class_11838 arg1)
setPlayerIdleTimeout(int playerIdleTimeout, ManagementConnectionId remote)
boolean
h()
allowFlight()
method_73801()
getAllowFlight()
boolean
d(boolean arg0, avh arg1)
setAllowFlight(boolean arg0, ClientInfo arg1)
method_73791(boolean arg0, class_11838 arg1)
setAllowFlight(boolean allowFlight, ManagementConnectionId remote)
int
i()
getSpawnProtectionRadius()
method_73804()
getSpawnProtectionRadius()
int
d(int arg0, avh arg1)
setSpawnProtectionRadius(int arg0, ClientInfo arg1)
method_73790(int arg0, class_11838 arg1)
setSpawnProtectionRadius(int spawnProtectionRadius, ManagementConnectionId remote)
String
j()
getMotd()
method_73806()
getMotd()
String
a(String arg0, avh arg1)
setMotd(String arg0, ClientInfo arg1)
method_73781(String arg0, class_11838 arg1)
setMotd(String motd, ManagementConnectionId remote)
boolean
k()
forceGameMode()
method_73807()
getForceGameMode()
boolean
e(boolean arg0, avh arg1)
setForceGameMode(boolean arg0, ClientInfo arg1)
method_73794(boolean arg0, class_11838 arg1)
setForceGameMode(boolean forceGameMode, ManagementConnectionId remote)
GameType
l()
getGameMode()
method_73808()
getGameMode()
GameType
a(dvd arg0, avh arg1)
setGameMode(GameType arg0, ClientInfo arg1)
method_73780(class_1934 arg0, class_11838 arg1)
setGameMode(GameMode gameMode, ManagementConnectionId remote)
int
m()
getViewDistance()
method_73809()
getViewDistance()
int
e(int arg0, avh arg1)
setViewDistance(int arg0, ClientInfo arg1)
method_73793(int arg0, class_11838 arg1)
setViewDistance(int viewDistance, ManagementConnectionId remote)
int
n()
getSimulationDistance()
method_73810()
getSimulationDistance()
int
f(int arg0, avh arg1)
setSimulationDistance(int arg0, ClientInfo arg1)
method_73796(int arg0, class_11838 arg1)
setSimulationDistance(int simulationDistance, ManagementConnectionId remote)
boolean
o()
acceptsTransfers()
method_73811()
getAcceptTransfers()
boolean
f(boolean arg0, avh arg1)
setAcceptsTransfers(boolean arg0, ClientInfo arg1)
method_73797(boolean arg0, class_11838 arg1)
setAcceptTransfers(boolean acceptTransfers, ManagementConnectionId remote)
int
p()
getStatusHeartbeatInterval()
method_73812()
getStatusHeartbeatInterval()
int
g(int arg0, avh arg1)
setStatusHeartbeatInterval(int arg0, ClientInfo arg1)
method_73799(int arg0, class_11838 arg1)
setStatusHeartbeatInterval(int statusHeartbeatInterval, ManagementConnectionId remote)
LevelBasedPermissionSet
q()
getOperatorUserPermissions()
method_73813()
getOperatorUserPermissionLevel()
LevelBasedPermissionSet
a(bbh arg0, avh arg1)
setOperatorUserPermissions(LevelBasedPermissionSet arg0, ClientInfo arg1)
method_73802(class_12086 arg0, class_11838 arg1)
setOperatorUserPermissionLevel(LeveledPermissionPredicate operatorUserPermissionLevel, ManagementConnectionId remote)
boolean
r()
hidesOnlinePlayers()
method_73814()
getHideOnlinePlayers()
boolean
g(boolean arg0, avh arg1)
setHidesOnlinePlayers(boolean arg0, ClientInfo arg1)
method_73800(boolean arg0, class_11838 arg1)
setHideOnlinePlayers(boolean hideOnlinePlayers, ManagementConnectionId remote)
boolean
s()
repliesToStatus()
method_73815()
getStatusReplies()
boolean
h(boolean arg0, avh arg1)
setRepliesToStatus(boolean arg0, ClientInfo arg1)
method_73803(boolean arg0, class_11838 arg1)
setStatusReplies(boolean repliesToStatus, ManagementConnectionId remote)
int
t()
getEntityBroadcastRangePercentage()
method_73816()
getEntityBroadcastRange()
int
h(int arg0, avh arg1)
setEntityBroadcastRangePercentage(int arg0, ClientInfo arg1)
method_73805(int arg0, class_11838 arg1)
setEntityBroadcastRange(int entityBroadcastRange, ManagementConnectionId remote)