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 ChunkMap
ServerChunkCache.chunkMap
private final ChunkMap
ThreadedLevelLightEngine.chunkMap
Methods in net.minecraft.server.level with parameters of type ChunkMapModifier and TypeMethodDescriptionprivate void
ChunkHolder.demoteFullChunk
(ChunkMap pChunkMap, FullChunkStatus pFullChunkStatus) private void
GenerationChunkHolder.rescheduleChunkTask
(ChunkMap pChunkMap, ChunkStatus pTargetStatus) boolean
DistanceManager.runAllUpdates
(ChunkMap pChunkMap) GenerationChunkHolder.scheduleChunkGenerationTask
(ChunkStatus pTargetStatus, ChunkMap pChunkMap) private void
ChunkHolder.scheduleFullChunkPromotion
(ChunkMap pChunkMap, CompletableFuture<ChunkResult<LevelChunk>> pFuture, Executor pExecutor, FullChunkStatus pFullChunkStatus) protected void
ChunkHolder.updateFutures
(ChunkMap pChunkMap, Executor pExecutor) protected void
GenerationChunkHolder.updateHighestAllowedStatus
(ChunkMap pChunkMap) Constructors in net.minecraft.server.level with parameters of type ChunkMapModifierConstructorDescriptionThreadedLevelLightEngine
(LightChunkGetter pLightChunk, ChunkMap pChunkMap, boolean pSkyLight, ProcessorMailbox<Runnable> pTaskMailbox, ProcessorHandle<ChunkTaskPriorityQueueSorter.Message<Runnable>> pSorterMailbox) -
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