Uses of Class
net.minecraft.server.dedicated.MinecraftDedicatedServer
Packages that use MinecraftDedicatedServer
Package
Description
-
Uses of MinecraftDedicatedServer in net.minecraft.server
Methods in net.minecraft.server with parameters of type MinecraftDedicatedServerModifier and TypeMethodDescriptionstatic booleanServerConfigHandler.convertPlayerFiles(MinecraftDedicatedServer minecraftServer) -
Uses of MinecraftDedicatedServer in net.minecraft.server.dedicated
Fields in net.minecraft.server.dedicated declared as MinecraftDedicatedServerModifier and TypeFieldDescriptionprivate final MinecraftDedicatedServerDedicatedServerWatchdog.serverMethods in net.minecraft.server.dedicated that return MinecraftDedicatedServerConstructors in net.minecraft.server.dedicated with parameters of type MinecraftDedicatedServerModifierConstructorDescriptionDedicatedPlayerManager(MinecraftDedicatedServer minecraftDedicatedServer, CombinedDynamicRegistries<ServerDynamicRegistryType> tracker, PlayerSaveHandler saveHandler) -
Uses of MinecraftDedicatedServer in net.minecraft.server.dedicated.gui
Fields in net.minecraft.server.dedicated.gui declared as MinecraftDedicatedServerModifier and TypeFieldDescriptionprivate final MinecraftDedicatedServerDedicatedServerGui.serverMethods in net.minecraft.server.dedicated.gui with parameters of type MinecraftDedicatedServerModifier and TypeMethodDescriptionstatic DedicatedServerGuiDedicatedServerGui.create(MinecraftDedicatedServer server) Constructors in net.minecraft.server.dedicated.gui with parameters of type MinecraftDedicatedServer -
Uses of MinecraftDedicatedServer in net.minecraft.server.dedicated.management
Fields in net.minecraft.server.dedicated.management declared as MinecraftDedicatedServerModifier and TypeFieldDescriptionprivate final MinecraftDedicatedServerDedicatedServerSubmitter.serverConstructors in net.minecraft.server.dedicated.management with parameters of type MinecraftDedicatedServer -
Uses of MinecraftDedicatedServer in net.minecraft.server.dedicated.management.dispatch
Methods in net.minecraft.server.dedicated.management.dispatch with parameters of type MinecraftDedicatedServerModifier and TypeMethodDescriptionstatic ManagementHandlerDispatcherManagementHandlerDispatcher.create(MinecraftDedicatedServer server) -
Uses of MinecraftDedicatedServer in net.minecraft.server.dedicated.management.handler
Fields in net.minecraft.server.dedicated.management.handler declared as MinecraftDedicatedServerModifier and TypeFieldDescriptionprivate final MinecraftDedicatedServerAllowlistManagementHandlerImpl.serverprivate final MinecraftDedicatedServerGameRuleManagementHandlerImpl.serverprivate final MinecraftDedicatedServerPlayerListManagementHandlerImpl.serverprivate final MinecraftDedicatedServerPropertiesManagementHandlerImpl.serverprivate final MinecraftDedicatedServerServerManagementHandlerImpl.serverConstructors in net.minecraft.server.dedicated.management.handler with parameters of type MinecraftDedicatedServerModifierConstructorDescriptionAllowlistManagementHandlerImpl(MinecraftDedicatedServer server, ManagementLogger logger) GameRuleManagementHandlerImpl(MinecraftDedicatedServer server, ManagementLogger logger) PlayerListManagementHandlerImpl(MinecraftDedicatedServer server, ManagementLogger logger) PropertiesManagementHandlerImpl(MinecraftDedicatedServer server, ManagementLogger logger) ServerManagementHandlerImpl(MinecraftDedicatedServer server, ManagementLogger logger)