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 channel, ManagementServer managementServer, MinecraftApi minecraftApi, JsonRpcLogger jsonrpcLogger) JsonRpcNotificationService(MinecraftApi minecraftApi, ManagementServer managementServer)