Uses of Class
net.minecraft.client.gui.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
Fields in net.minecraft.client.gui.screen declared as WorldGenerationProgressTrackerModifier and TypeFieldDescriptionprivate final WorldGenerationProgressTracker
LevelLoadingScreen.progressProvider
Methods in net.minecraft.client.gui.screen 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 with parameters of type WorldGenerationProgressTrackerModifierConstructorDescriptionLevelLoadingScreen
(WorldGenerationProgressTracker progressProvider)