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 chunkMap, FullChunkStatus fullChunkStatus) private voidGenerationChunkHolder.rescheduleChunkTask(ChunkMap chunkMap, ChunkStatus targetStatus) booleanDistanceManager.runAllUpdates(ChunkMap chunkMap) GenerationChunkHolder.scheduleChunkGenerationTask(ChunkStatus targetStatus, ChunkMap chunkMap) private voidChunkHolder.scheduleFullChunkPromotion(ChunkMap chunkMap, CompletableFuture<ChunkResult<LevelChunk>> future, Executor executor, FullChunkStatus fullChunkStatus) protected voidChunkHolder.updateFutures(ChunkMap chunkMap, Executor executor) protected voidGenerationChunkHolder.updateHighestAllowedStatus(ChunkMap chunkMap) Constructors in net.minecraft.server.level with parameters of type ChunkMapModifierConstructorDescriptionThreadedLevelLightEngine(LightChunkGetter lightChunk, ChunkMap chunkMap, boolean skyLight, ProcessorMailbox<Runnable> taskMailbox, ProcessorHandle<ChunkTaskPriorityQueueSorter.Message<Runnable>> sorterMailbox) -
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 chunkMap, ChunkPos chunkPos) -
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