Class SectionRenderDispatcher.RenderSection.CompileTask
java.lang.Object
net.minecraft.client.renderer.chunk.SectionRenderDispatcher.RenderSection.SectionTask
net.minecraft.client.renderer.chunk.SectionRenderDispatcher.RenderSection.CompileTask
- Enclosing class:
SectionRenderDispatcher.RenderSection
private class SectionRenderDispatcher.RenderSection.CompileTask
extends SectionRenderDispatcher.RenderSection.SectionTask
-
Nested Class Summary
Nested classes/interfaces inherited from class SectionRenderDispatcher.RenderSection.SectionTask
SectionRenderDispatcher.RenderSection.SectionTask.SectionTaskResult -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<AddSectionGeometryEvent.AdditionalSectionRenderer> private final RenderSectionRegionFields inherited from class SectionRenderDispatcher.RenderSection.SectionTask
isCancelled, isCompleted -
Constructor Summary
ConstructorsConstructorDescriptionCompileTask(RenderSectionRegion region, boolean isRecompile) Deprecated.CompileTask(RenderSectionRegion region, boolean isRecompile, List<AddSectionGeometryEvent.AdditionalSectionRenderer> additionalRenderers) -
Method Summary
Methods inherited from class SectionRenderDispatcher.RenderSection.SectionTask
getRenderOrigin, isRecompile
-
Field Details
-
region
-
additionalRenderers
-
-
Constructor Details
-
CompileTask
Deprecated.Neo: useCompileTask(RenderSectionRegion, boolean, java.util.List)instead -
CompileTask
public CompileTask(RenderSectionRegion region, boolean isRecompile, List<AddSectionGeometryEvent.AdditionalSectionRenderer> additionalRenderers)
-
-
Method Details
-
doTask
public SectionRenderDispatcher.RenderSection.SectionTask.SectionTaskResult doTask(SectionBufferBuilderPack buffers) - Specified by:
doTaskin classSectionRenderDispatcher.RenderSection.SectionTask
-
cancel
public void cancel()- Specified by:
cancelin classSectionRenderDispatcher.RenderSection.SectionTask
-
CompileTask(RenderSectionRegion, boolean, java.util.List)instead