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. worldGenProgressTrackerMethods in net.minecraft.client that return WorldGenerationProgressTracker Modifier and Type Method Description @Nullable WorldGenerationProgressTrackerMinecraftClient. 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 WorldGenerationProgressTrackerLevelLoadingScreen. progressProviderMethods in net.minecraft.client.gui.screen with parameters of type WorldGenerationProgressTracker Modifier and Type Method Description static voidLevelLoadingScreen. 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)