Uses of Record Class
net.minecraft.TracingExecutor
Packages that use TracingExecutor
-
Uses of TracingExecutor in net.minecraft
Fields in net.minecraft declared as TracingExecutorModifier and TypeFieldDescriptionprivate static final TracingExecutor
Util.BACKGROUND_EXECUTOR
private static final TracingExecutor
Util.DOWNLOAD_POOL
private static final TracingExecutor
Util.IO_POOL
Methods in net.minecraft that return TracingExecutorModifier and TypeMethodDescriptionstatic TracingExecutor
Util.backgroundExecutor()
static TracingExecutor
Util.ioPool()
private static TracingExecutor
Util.makeExecutor
(String pName) private static TracingExecutor
Util.makeIoExecutor
(String pName, boolean pDaemon) static TracingExecutor
Util.nonCriticalIoPool()
-
Uses of TracingExecutor in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk declared as TracingExecutorConstructors in net.minecraft.client.renderer.chunk with parameters of type TracingExecutorModifierConstructorDescriptionSectionRenderDispatcher
(ClientLevel pLevel, LevelRenderer pRenderer, TracingExecutor pExecutor, RenderBuffers pBuffer, BlockRenderDispatcher pBlockRenderer, BlockEntityRenderDispatcher pBlockEntityRenderer)