Class SectionRenderDispatcher.RenderSection.RebuildTask
java.lang.Object
net.minecraft.client.renderer.chunk.SectionRenderDispatcher.RenderSection.CompileTask
net.minecraft.client.renderer.chunk.SectionRenderDispatcher.RenderSection.RebuildTask
- All Implemented Interfaces:
Comparable<SectionRenderDispatcher.RenderSection.CompileTask>
- Enclosing class:
SectionRenderDispatcher.RenderSection
class SectionRenderDispatcher.RenderSection.RebuildTask
extends SectionRenderDispatcher.RenderSection.CompileTask
-
Field Summary
Modifier and TypeFieldDescriptionprivate final List
<AddSectionGeometryEvent.AdditionalSectionRenderer> protected RenderChunkRegion
Fields inherited from class net.minecraft.client.renderer.chunk.SectionRenderDispatcher.RenderSection.CompileTask
distAtCreation, isCancelled, isHighPriority
-
Constructor Summary
ConstructorDescriptionRebuildTask
(double p_294400_, RenderChunkRegion p_294382_, boolean p_295207_) Deprecated.RebuildTask
(double p_294400_, RenderChunkRegion p_294382_, boolean p_295207_, List<AddSectionGeometryEvent.AdditionalSectionRenderer> additionalRenderers) -
Method Summary
Modifier and TypeMethodDescriptionvoid
cancel()
doTask
(SectionBufferBuilderPack p_296138_) protected String
name()
Methods inherited from class net.minecraft.client.renderer.chunk.SectionRenderDispatcher.RenderSection.CompileTask
compareTo
-
Field Details
-
region
-
additionalRenderers
-
-
Constructor Details
-
RebuildTask
@Deprecated public RebuildTask(double p_294400_, @Nullable RenderChunkRegion p_294382_, boolean p_295207_) Deprecated. -
RebuildTask
public RebuildTask(double p_294400_, @Nullable RenderChunkRegion p_294382_, boolean p_295207_, List<AddSectionGeometryEvent.AdditionalSectionRenderer> additionalRenderers)
-
-
Method Details
-
name
- Specified by:
name
in classSectionRenderDispatcher.RenderSection.CompileTask
-
doTask
public CompletableFuture<SectionRenderDispatcher.SectionTaskResult> doTask(SectionBufferBuilderPack p_296138_) - Specified by:
doTask
in classSectionRenderDispatcher.RenderSection.CompileTask
-
cancel
public void cancel()- Specified by:
cancel
in classSectionRenderDispatcher.RenderSection.CompileTask
-