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 scheduler, FullChunkStatus status) private voidGenerationChunkHolder.rescheduleChunkTask(ChunkMap scheduler, @Nullable ChunkStatus status) booleanDistanceManager.runAllUpdates(ChunkMap scheduler) GenerationChunkHolder.scheduleChunkGenerationTask(ChunkStatus status, ChunkMap scheduler) private voidChunkHolder.scheduleFullChunkPromotion(ChunkMap scheduler, CompletableFuture<ChunkResult<LevelChunk>> task, Executor mainThreadExecutor, FullChunkStatus status) protected voidChunkHolder.updateFutures(ChunkMap scheduler, Executor mainThreadExecutor) protected voidGenerationChunkHolder.updateHighestAllowedStatus(ChunkMap scheduler) Constructors in net.minecraft.server.level with parameters of type ChunkMapModifierConstructorDescriptionThreadedLevelLightEngine(LightChunkGetter lightChunkGetter, ChunkMap chunkMap, boolean hasSkyLight, ConsecutiveExecutor consecutiveExecutor, ChunkTaskDispatcher taskDispatcher) -
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 playerPos) -
Uses of ChunkMap in net.minecraft.world.level
Fields in net.minecraft.world.level declared as ChunkMapMethods in net.minecraft.world.level with parameters of type ChunkMapModifier and TypeMethodDescriptionprivate booleanTicketStorage.canTicketExpire(ChunkMap chunkMap, Ticket ticket, long chunkPos) voidTicketStorage.purgeStaleTickets(ChunkMap chunkMap) Constructors in net.minecraft.world.level with parameters of type ChunkMap