Uses of Record Class
net.minecraft.util.thread.NameableExecutor
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of NameableExecutor in net.minecraft.client.render.chunk
ModifierConstructorDescriptionChunkBuilder
(ClientWorld world, WorldRenderer worldRenderer, NameableExecutor executor, BufferBuilderStorage bufferBuilderStorage, BlockRenderManager blockRenderManager, BlockEntityRenderDispatcher blockEntityRenderDispatcher) -
Uses of NameableExecutor in net.minecraft.util
Modifier and TypeFieldDescriptionprivate static final NameableExecutor
private static final NameableExecutor
Util.IO_WORKER_EXECUTOR
private static final NameableExecutor
Util.MAIN_WORKER_EXECUTOR
Modifier 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.