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 TracingExecutorUtil.BACKGROUND_EXECUTORprivate static final TracingExecutorUtil.DOWNLOAD_POOLprivate static final TracingExecutorUtil.IO_POOLMethods in net.minecraft that return TracingExecutorModifier and TypeMethodDescriptionstatic TracingExecutorUtil.backgroundExecutor()static TracingExecutorUtil.ioPool()private static TracingExecutorUtil.makeExecutor(String name) private static TracingExecutorUtil.makeIoExecutor(String name, boolean daemon) static TracingExecutorUtil.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 level, LevelRenderer renderer, TracingExecutor executor, RenderBuffers buffer, BlockRenderDispatcher blockRenderer, BlockEntityRenderDispatcher blockEntityRenderer)