Uses of Class
net.minecraft.server.level.ChunkMap
Packages that use ChunkMap
Package
Description
-
Uses of ChunkMap in net.minecraft.server.level
Fields in net.minecraft.server.level declared as ChunkMapModifier and TypeFieldDescriptionfinal ChunkMapServerChunkCache.chunkMapprivate final ChunkMapThreadedLevelLightEngine.chunkMapMethods in net.minecraft.server.level with parameters of type ChunkMapModifier and TypeMethodDescriptionprivate voidChunkHolder.demoteFullChunk(ChunkMap pChunkMap, FullChunkStatus pFullChunkStatus) private voidGenerationChunkHolder.rescheduleChunkTask(ChunkMap pChunkMap, ChunkStatus pTargetStatus) booleanDistanceManager.runAllUpdates(ChunkMap pChunkMap) GenerationChunkHolder.scheduleChunkGenerationTask(ChunkStatus pTargetStatus, ChunkMap pChunkMap) private voidChunkHolder.scheduleFullChunkPromotion(ChunkMap pChunkMap, CompletableFuture<ChunkResult<LevelChunk>> pFuture, Executor pExecutor, FullChunkStatus pFullChunkStatus) protected voidChunkHolder.updateFutures(ChunkMap pChunkMap, Executor pExecutor) protected voidGenerationChunkHolder.updateHighestAllowedStatus(ChunkMap pChunkMap) Constructors in net.minecraft.server.level with parameters of type ChunkMapModifierConstructorDescriptionThreadedLevelLightEngine(LightChunkGetter pLightChunkGetter, ChunkMap pChunkMap, boolean pSkyLight, ConsecutiveExecutor pConsecutiveExecutor, ChunkTaskDispatcher pTaskDispatcher) -
Uses of ChunkMap in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ChunkMapModifier and TypeMethodDescriptionprivate List<LevelChunk> PlayerChunkSender.collectChunksToSend(ChunkMap pChunkMap, ChunkPos pChunkPos) -
Uses of ChunkMap in net.minecraft.world.level
Fields in net.minecraft.world.level declared as ChunkMapConstructors in net.minecraft.world.level with parameters of type ChunkMap