Uses of Class
net.minecraft.util.thread.TaskExecutor
Package | Description |
---|---|
net.minecraft.client.render.chunk | |
net.minecraft.server | |
net.minecraft.server.world | |
net.minecraft.util.thread | |
net.minecraft.world.storage |
-
Uses of TaskExecutor in net.minecraft.client.render.chunk
Fields in net.minecraft.client.render.chunk declared as TaskExecutor Modifier and Type Field Description private TaskExecutor<Runnable>
ChunkBuilder. mailbox
-
Uses of TaskExecutor in net.minecraft.server
Fields in net.minecraft.server declared as TaskExecutor Modifier and Type Field Description private TaskExecutor<Runnable>
QueueingWorldGenerationProgressListener. queue
-
Uses of TaskExecutor in net.minecraft.server.world
Fields in net.minecraft.server.world declared as TaskExecutor Modifier and Type Field Description private TaskExecutor<TaskQueue.PrioritizedTask>
ChunkTaskPrioritySystem. controlActor
private TaskExecutor<Runnable>
ServerLightingProvider. processor
Constructors in net.minecraft.server.world with parameters of type TaskExecutor Constructor Description ServerLightingProvider(ChunkProvider chunkProvider, ThreadedAnvilChunkStorage chunkStorage, boolean hasBlockLight, TaskExecutor<Runnable> processor, MessageListener<ChunkTaskPrioritySystem.Task<Runnable>> executor)
-
Uses of TaskExecutor in net.minecraft.util.thread
Methods in net.minecraft.util.thread that return TaskExecutor Modifier and Type Method Description static TaskExecutor<Runnable>
TaskExecutor. create(Executor executor, String name)
-
Uses of TaskExecutor in net.minecraft.world.storage
Fields in net.minecraft.world.storage declared as TaskExecutor Modifier and Type Field Description private TaskExecutor<TaskQueue.PrioritizedTask>
StorageIoWorker. executor