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