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 pName) private static TracingExecutorUtil.makeIoExecutor(String pName, boolean pDaemon) 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 pLevel, LevelRenderer pRenderer, TracingExecutor pExecutor, RenderBuffers pBuffer, BlockRenderDispatcher pBlockRenderer, BlockEntityRenderDispatcher pBlockEntityRenderer)