Uses of Class
net.minecraft.server.integrated.IntegratedServer
Package | Description |
---|---|
net.minecraft.client | |
net.minecraft.client.render.debug | |
net.minecraft.server.integrated |
-
Uses of IntegratedServer in net.minecraft.client
Fields in net.minecraft.client declared as IntegratedServer Modifier and Type Field Description private @Nullable IntegratedServer
MinecraftClient. server
Methods in net.minecraft.client that return IntegratedServer Modifier and Type Method Description @Nullable IntegratedServer
MinecraftClient. 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 IntegratedServer Constructor Description ChunkLoadingStatus(IntegratedServer integratedServer, double double2, double double3)
-
Uses of IntegratedServer in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated that return IntegratedServer Modifier and Type Method Description IntegratedServer
IntegratedPlayerManager. getServer()
Constructors in net.minecraft.server.integrated with parameters of type IntegratedServer Constructor Description IntegratedPlayerManager(IntegratedServer server, DynamicRegistryManager.Impl registryManager, WorldSaveHandler saveHandler)