Uses of Class
net.minecraft.server.jsonrpc.ManagementServer
Packages that use ManagementServer
-
Uses of ManagementServer in net.minecraft.server.dedicated
Fields in net.minecraft.server.dedicated declared as ManagementServerModifier and TypeFieldDescriptionprivate @Nullable ManagementServerDedicatedServer.jsonRpcServer -
Uses of ManagementServer in net.minecraft.server.jsonrpc
Fields in net.minecraft.server.jsonrpc declared as ManagementServerModifier and TypeFieldDescriptionprivate final ManagementServerConnection.managementServerprivate final ManagementServerJsonRpcNotificationService.managementServerConstructors in net.minecraft.server.jsonrpc with parameters of type ManagementServerModifierConstructorDescriptionConnection(io.netty.channel.Channel pChannel, ManagementServer pManagementServer, MinecraftApi pMinecraftApi, JsonRpcLogger pJsonRpcLogger) JsonRpcNotificationService(MinecraftApi pMinecraftApi, ManagementServer pManagementServer)