Uses of Class
net.minecraft.world.ServerWorld
Packages that use ServerWorld
Package
Description
-
Uses of ServerWorld in net.minecraft.server
Fields in net.minecraft.server declared as ServerWorldMethods in net.minecraft.server that return ServerWorldMethods in net.minecraft.server with parameters of type ServerWorldModifier and TypeMethodDescriptionvoidPlayerManager.saveAllPlayers(ServerWorld[] world) voidPlayerManager.sendWorldInfo(ServerPlayerEntity player, ServerWorld world) -
Uses of ServerWorld in net.minecraft.server.network
Fields in net.minecraft.server.network declared as ServerWorldConstructors in net.minecraft.server.network with parameters of type ServerWorld -
Uses of ServerWorld in net.minecraft.server.world
Subclasses of ServerWorld in net.minecraft.server.worldFields in net.minecraft.server.world declared as ServerWorldConstructors in net.minecraft.server.world with parameters of type ServerWorldModifierConstructorDescriptionReadOnlyServerWorld(MinecraftServer server, WorldStorage storage, String saveName, int dimension, long seed, ServerWorld delegate) ServerWorldEventListener(MinecraftServer server, ServerWorld world) -
Uses of ServerWorld in net.minecraft.server.world.chunk
Fields in net.minecraft.server.world.chunk declared as ServerWorldConstructors in net.minecraft.server.world.chunk with parameters of type ServerWorldModifierConstructorDescriptionServerChunkCache(ServerWorld world, ChunkStorage storage, ChunkSource generator)