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 NameableExecutorprivate static final NameableExecutorUtil.IO_WORKER_EXECUTORprivate static final NameableExecutorUtil.MAIN_WORKER_EXECUTORMethods in net.minecraft.util that return NameableExecutorModifier and TypeMethodDescriptionprivate static NameableExecutorUtil.createIoWorker(String namePrefix, boolean daemon) private static NameableExecutorUtil.createWorker(String name) static NameableExecutorUtil.getDownloadWorkerExecutor()Returns the executor for download tasks.static NameableExecutorUtil.getIoWorkerExecutor()Returns the executor for disk or network IO tasks.static NameableExecutorUtil.getMainWorkerExecutor()Returns the main worker executor for miscellaneous asynchronous tasks.