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 p_137478_) private static TracingExecutor
Util.makeIoExecutor
(String p_314465_, boolean p_314461_) 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 p_295274_, LevelRenderer p_295323_, TracingExecutor p_373128_, RenderBuffers p_307511_, BlockRenderDispatcher p_350514_, BlockEntityRenderDispatcher p_350550_)