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 chunkMap, FullChunkStatus fullChunkStatus) private void
GenerationChunkHolder.rescheduleChunkTask
(ChunkMap chunkMap, ChunkStatus targetStatus) boolean
DistanceManager.runAllUpdates
(ChunkMap chunkMap) GenerationChunkHolder.scheduleChunkGenerationTask
(ChunkStatus targetStatus, ChunkMap chunkMap) private void
ChunkHolder.scheduleFullChunkPromotion
(ChunkMap chunkMap, CompletableFuture<ChunkResult<LevelChunk>> future, Executor executor, FullChunkStatus fullChunkStatus) protected void
ChunkHolder.updateFutures
(ChunkMap chunkMap, Executor executor) protected void
GenerationChunkHolder.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