Uses of Record Class
net.minecraft.server.WorldStem
Packages that use WorldStem
Package
Description
-
Uses of WorldStem in net.minecraft.client
Methods in net.minecraft.client with parameters of type WorldStemModifier and TypeMethodDescriptionvoid
Minecraft.doWorldLoad
(LevelStorageSource.LevelStorageAccess levelStorage, PackRepository packRepository, WorldStem worldStem, boolean newWorld) -
Uses of WorldStem in net.minecraft.client.gui.screens.worldselection
Methods in net.minecraft.client.gui.screens.worldselection that return WorldStemModifier and TypeMethodDescriptionWorldOpenFlows.loadWorldStem
(com.mojang.serialization.Dynamic<?> dynamic, boolean safeMode, PackRepository packRepository) Methods in net.minecraft.client.gui.screens.worldselection with parameters of type WorldStemModifier and TypeMethodDescriptionprivate void
WorldOpenFlows.openWorldCheckDiskSpace
(LevelStorageSource.LevelStorageAccess levelStorage, WorldStem worldStem, DownloadedPackSource packSource, PackRepository packRepository, Runnable onFail) private void
WorldOpenFlows.openWorldCheckWorldStemCompatibility
(LevelStorageSource.LevelStorageAccess levelStorage, WorldStem worldStem, PackRepository packRepository, Runnable onFail) private void
WorldOpenFlows.openWorldDoLoad
(LevelStorageSource.LevelStorageAccess levelStorage, WorldStem worldStem, PackRepository packRepository) private void
WorldOpenFlows.openWorldLoadBundledResourcePack
(LevelStorageSource.LevelStorageAccess levelStorage, WorldStem worldStem, PackRepository packRepository, Runnable onFail) -
Uses of WorldStem in net.minecraft.client.server
Constructors in net.minecraft.client.server with parameters of type WorldStemModifierConstructorDescriptionIntegratedServer
(Thread serverThread, Minecraft minecraft, LevelStorageSource.LevelStorageAccess storageSource, PackRepository packRepository, WorldStem worldStem, Services services, ChunkProgressListenerFactory progressListenerFactory) -
Uses of WorldStem in net.minecraft.gametest.framework
Constructors in net.minecraft.gametest.framework with parameters of type WorldStemModifierConstructorDescriptionprivate
GameTestServer
(Thread serverThread, LevelStorageSource.LevelStorageAccess storageSource, PackRepository packRepository, WorldStem worldStem, Collection<TestFunction> testBatches, BlockPos spawnPos) -
Uses of WorldStem in net.minecraft.server
Constructors in net.minecraft.server with parameters of type WorldStemModifierConstructorDescriptionMinecraftServer
(Thread serverThread, LevelStorageSource.LevelStorageAccess storageSource, PackRepository packRepository, WorldStem worldStem, Proxy proxy, com.mojang.datafixers.DataFixer fixerUpper, Services services, ChunkProgressListenerFactory progressListenerFactory) -
Uses of WorldStem in net.minecraft.server.dedicated
Constructors in net.minecraft.server.dedicated with parameters of type WorldStemModifierConstructorDescriptionDedicatedServer
(Thread serverThread, LevelStorageSource.LevelStorageAccess storageSource, PackRepository packRepository, WorldStem worldStem, DedicatedServerSettings settings, com.mojang.datafixers.DataFixer fixerUpper, Services services, ChunkProgressListenerFactory progressListenerFactory)