Uses of Class
net.minecraft.client.gui.WorldGenerationProgressTracker
Package | Description |
---|---|
net.minecraft.client | |
net.minecraft.client.gui.screen |
-
Uses of WorldGenerationProgressTracker in net.minecraft.client
Fields in net.minecraft.client with type parameters of type WorldGenerationProgressTracker Modifier and Type Field Description private AtomicReference<WorldGenerationProgressTracker>
MinecraftClient. worldGenProgressTracker
Methods in net.minecraft.client that return WorldGenerationProgressTracker Modifier and Type Method Description @Nullable WorldGenerationProgressTracker
MinecraftClient. method_35703()
-
Uses of WorldGenerationProgressTracker in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as WorldGenerationProgressTracker Modifier and Type Field Description private WorldGenerationProgressTracker
LevelLoadingScreen. progressProvider
Methods in net.minecraft.client.gui.screen with parameters of type WorldGenerationProgressTracker Modifier and Type Method Description static void
LevelLoadingScreen. drawChunkMap(MatrixStack matrices, WorldGenerationProgressTracker worldGenerationProgressTracker, int int2, int int3, int int4, int int5)
Constructors in net.minecraft.client.gui.screen with parameters of type WorldGenerationProgressTracker Constructor Description LevelLoadingScreen(WorldGenerationProgressTracker progressProvider)