Uses of Class
net.minecraft.server.WorldGenerationProgressTracker
Packages that use WorldGenerationProgressTracker
-
Uses of WorldGenerationProgressTracker in net.minecraft.client
Fields in net.minecraft.client with type parameters of type WorldGenerationProgressTrackerModifier and TypeFieldDescriptionprivate final AtomicReference
<WorldGenerationProgressTracker> MinecraftClient.worldGenProgressTracker
Methods in net.minecraft.client that return WorldGenerationProgressTracker -
Uses of WorldGenerationProgressTracker in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as WorldGenerationProgressTrackerModifier and TypeFieldDescriptionprivate final WorldGenerationProgressTracker
LevelLoadingScreen.progressProvider
Methods in net.minecraft.client.gui.screen.world with parameters of type WorldGenerationProgressTrackerModifier and TypeMethodDescriptionstatic void
LevelLoadingScreen.drawChunkMap
(DrawContext context, WorldGenerationProgressTracker progressProvider, int centerX, int centerY, int pixelSize, int pixelMargin) Constructors in net.minecraft.client.gui.screen.world with parameters of type WorldGenerationProgressTrackerModifierConstructorDescriptionLevelLoadingScreen
(WorldGenerationProgressTracker progressProvider) -
Uses of WorldGenerationProgressTracker in net.minecraft.server
Methods in net.minecraft.server that return WorldGenerationProgressTrackerModifier and TypeMethodDescriptionWorldGenerationProgressTracker.create
(int spawnChunkRadius) WorldGenerationProgressTracker.forSpawnChunks
(int spawnChunkRadius) WorldGenerationProgressTracker.noSpawnChunks()