Uses of Class
net.minecraft.server.integrated.IntegratedServer
Packages that use IntegratedServer
Package
Description
-
Uses of IntegratedServer in net.minecraft.client
Fields in net.minecraft.client declared as IntegratedServerMethods in net.minecraft.client that return IntegratedServerModifier and TypeMethodDescriptionMinecraftClient.getServer()
Gets this client's own integrated server. -
Uses of IntegratedServer in net.minecraft.client.render.debug
Constructors in net.minecraft.client.render.debug with parameters of type IntegratedServerModifierConstructorDescription(package private)
ChunkLoadingStatus
(IntegratedServer server, double x, double z) -
Uses of IntegratedServer in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated that return IntegratedServerConstructors in net.minecraft.server.integrated with parameters of type IntegratedServerModifierConstructorDescriptionIntegratedPlayerManager
(IntegratedServer server, CombinedDynamicRegistries<ServerDynamicRegistryType> registryManager, PlayerSaveHandler saveHandler)