Uses of Record Class
net.minecraft.util.thread.NameableExecutor
Packages that use NameableExecutor
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of NameableExecutor in net.minecraft.client.render.chunk
Fields in net.minecraft.client.render.chunk declared as NameableExecutorConstructors in net.minecraft.client.render.chunk with parameters of type NameableExecutorModifierConstructorDescriptionChunkBuilder
(ClientWorld world, WorldRenderer worldRenderer, NameableExecutor executor, BufferBuilderStorage bufferBuilderStorage, BlockRenderManager blockRenderManager, BlockEntityRenderDispatcher blockEntityRenderDispatcher) -
Uses of NameableExecutor in net.minecraft.util
Fields in net.minecraft.util declared as NameableExecutorModifier and TypeFieldDescriptionprivate static final NameableExecutor
private static final NameableExecutor
Util.IO_WORKER_EXECUTOR
private static final NameableExecutor
Util.MAIN_WORKER_EXECUTOR
Methods in net.minecraft.util that return NameableExecutorModifier and TypeMethodDescriptionprivate static NameableExecutor
Util.createIoWorker
(String namePrefix, boolean daemon) private static NameableExecutor
Util.createWorker
(String name) static NameableExecutor
Util.getDownloadWorkerExecutor()
Returns the executor for download tasks.static NameableExecutor
Util.getIoWorkerExecutor()
Returns the executor for disk or network IO tasks.static NameableExecutor
Util.getMainWorkerExecutor()
Returns the main worker executor for miscellaneous asynchronous tasks.