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 IntegratedServerModifierConstructorDescriptionprivate
ChunkLoadingStatus(IntegratedServer integratedServer, double double2, double double3)
-
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, DynamicRegistryManager.Impl registryManager, WorldSaveHandler saveHandler)