Uses of Interface
net.minecraft.world.chunk.ChunkLoadMap
Packages that use ChunkLoadMap
Package
Description
-
Uses of ChunkLoadMap in net.minecraft.client.gui.screen.world
Methods in net.minecraft.client.gui.screen.world with parameters of type ChunkLoadMapModifier and TypeMethodDescriptionstatic voidLevelLoadingScreen.drawChunkMap(DrawContext context, int centerX, int centerY, int chunkLength, int chunkGap, ChunkLoadMap map) -
Uses of ChunkLoadMap in net.minecraft.client.world
Fields in net.minecraft.client.world declared as ChunkLoadMapModifier and TypeFieldDescriptionprivate @Nullable ChunkLoadMapClientChunkLoadProgress.chunkLoadMapMethods in net.minecraft.client.world that return ChunkLoadMapMethods in net.minecraft.client.world with parameters of type ChunkLoadMap -
Uses of ChunkLoadMap in net.minecraft.server
Methods in net.minecraft.server that return ChunkLoadMapModifier and TypeMethodDescriptionMinecraftServer.createChunkLoadMap(int radius) Returns aChunkLoadMapto visualize chunk loading in singleplayer.