Uses of Class
net.minecraft.util.thread.TaskExecutor
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of TaskExecutor in net.minecraft.client.option
Modifier and TypeFieldDescriptionprivate static final TaskExecutor
<Runnable> ServerList.IO_EXECUTOR
-
Uses of TaskExecutor in net.minecraft.client.render.chunk
-
Uses of TaskExecutor in net.minecraft.client.session.telemetry
-
Uses of TaskExecutor in net.minecraft.server
Modifier and TypeFieldDescriptionprivate final TaskExecutor
<Runnable> QueueingWorldGenerationProgressListener.queue
-
Uses of TaskExecutor in net.minecraft.server.world
Modifier and TypeFieldDescriptionprivate final TaskExecutor
<TaskQueue.PrioritizedTask> ChunkTaskPrioritySystem.controlActor
private final TaskExecutor
<Runnable> ServerLightingProvider.processor
ModifierConstructorDescriptionServerLightingProvider
(ChunkProvider chunkProvider, ThreadedAnvilChunkStorage chunkStorage, boolean hasBlockLight, TaskExecutor<Runnable> processor, MessageListener<ChunkTaskPrioritySystem.Task<Runnable>> executor) -
Uses of TaskExecutor in net.minecraft.util
-
Uses of TaskExecutor in net.minecraft.util.thread
-
Uses of TaskExecutor in net.minecraft.world.storage
Modifier and TypeFieldDescriptionprivate final TaskExecutor
<TaskQueue.PrioritizedTask> StorageIoWorker.executor
private final TaskExecutor
<Runnable> EntityChunkDataAccess.taskExecutor