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
FieldsModifier 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
ConstructorsConstructorDescriptionRebuildTask
(double pDistAtCreation, RenderChunkRegion pRegion, boolean pIsHighPriority) Deprecated.RebuildTask
(double pDistAtCreation, RenderChunkRegion pRegion, boolean pIsHighPriority, List<AddSectionGeometryEvent.AdditionalSectionRenderer> additionalRenderers) -
Method Summary
Modifier and TypeMethodDescriptionvoid
cancel()
doTask
(SectionBufferBuilderPack pSectionBufferBuilderPack) 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 pDistAtCreation, @Nullable RenderChunkRegion pRegion, boolean pIsHighPriority) Deprecated. -
RebuildTask
public RebuildTask(double pDistAtCreation, @Nullable RenderChunkRegion pRegion, boolean pIsHighPriority, List<AddSectionGeometryEvent.AdditionalSectionRenderer> additionalRenderers)
-
-
Method Details
-
name
- Specified by:
name
in classSectionRenderDispatcher.RenderSection.CompileTask
-
doTask
public CompletableFuture<SectionRenderDispatcher.SectionTaskResult> doTask(SectionBufferBuilderPack pSectionBufferBuilderPack) - Specified by:
doTask
in classSectionRenderDispatcher.RenderSection.CompileTask
-
cancel
public void cancel()- Specified by:
cancel
in classSectionRenderDispatcher.RenderSection.CompileTask
-