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 final @Nullable ManagementServerDedicatedServer.jsonRpcServerConstructors in net.minecraft.server.dedicated with parameters of type ManagementServerModifierConstructorDescriptionDedicatedServer(Thread serverThread, LevelStorageSource.LevelStorageAccess levelStorageSource, PackRepository packRepository, WorldStem worldStem, Optional<GameRules> gameRules, DedicatedServerSettings settings, com.mojang.datafixers.DataFixer fixerUpper, Services services, @Nullable ManagementServer jsonRpcServer, NotificationManager notificationManager) -
Uses of ManagementServer in net.minecraft.server.jsonrpc
Fields in net.minecraft.server.jsonrpc declared as ManagementServerModifier and TypeFieldDescriptionprivate final ManagementServerConnection.managementServerprivate final ManagementServerJsonRpcNotificationService.managementServerMethods in net.minecraft.server.jsonrpc that return ManagementServerModifier and TypeMethodDescriptionstatic @Nullable ManagementServerJsonRpc.create(DedicatedServerSettings settings, NotificationManager notificationManager) Constructors 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)