Uses of Class
net.minecraft.server.world.ServerChunkLoadingManager
Package
Description
-
Uses of ServerChunkLoadingManager in net.minecraft.server.network
Modifier and TypeMethodDescriptionprivate List
<WorldChunk> ChunkDataSender.makeBatch
(ServerChunkLoadingManager chunkLoadingManager, ChunkPos playerPos) -
Uses of ServerChunkLoadingManager in net.minecraft.server.world
Modifier and TypeFieldDescriptionServerChunkManager.chunkLoadingManager
private final ServerChunkLoadingManager
ServerLightingProvider.chunkLoadingManager
Modifier and TypeMethodDescriptionprivate void
ChunkHolder.decreaseLevel
(ServerChunkLoadingManager chunkLoadingManager, ChunkLevelType target) private void
ChunkHolder.increaseLevel
(ServerChunkLoadingManager chunkLoadingManager, CompletableFuture<OptionalChunk<WorldChunk>> chunkFuture, Executor executor, ChunkLevelType target) boolean
ChunkTicketManager.update
(ServerChunkLoadingManager chunkLoadingManager) Update the states related to chunk tickets and chunk loading levels, which mainly involves three kind of updates: Add or remove PLAYER tickets when necessary. Update the expected loading states of chunks depending on their new levels. Special updates of chunks with PLAYER tickets added recently.protected void
ChunkHolder.updateFutures
(ServerChunkLoadingManager chunkLoadingManager, Executor executor) UpdatesFutures
indicating the expected loading state of the underlying chunk of thisChunkHolder
.ModifierConstructorDescriptionServerLightingProvider
(ChunkProvider chunkProvider, ServerChunkLoadingManager chunkLoadingManager, boolean hasBlockLight, TaskExecutor<Runnable> processor, MessageListener<ChunkTaskPrioritySystem.Task<Runnable>> executor) -
Uses of ServerChunkLoadingManager in net.minecraft.world
Modifier and TypeFieldDescriptionprivate final ServerChunkLoadingManager
SpawnDensityCapper.chunkLoadingManager
-
Uses of ServerChunkLoadingManager in net.minecraft.world.chunk
Modifier and TypeMethodDescriptionprivate void
AbstractChunkHolder.createLoader
(ServerChunkLoadingManager chunkLoadingManager, @Nullable ChunkStatus requestedStatus) AbstractChunkHolder.load
(ChunkStatus requestedStatus, ServerChunkLoadingManager chunkLoadingManager) protected void
AbstractChunkHolder.updateStatus
(ServerChunkLoadingManager chunkLoadingManager)