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
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescription(package private) static final class
- 
Field SummaryFieldsFields inherited from class net.minecraft.client.renderer.chunk.SectionRenderDispatcher.RenderSection.CompileTaskdistAtCreation, isCancelled, isHighPriority, modelData
- 
Constructor SummaryConstructorsConstructorDescriptionRebuildTask(double p_301300_, RenderChunkRegion p_300496_, boolean p_299891_) Deprecated.RebuildTask(ChunkPos pos, double p_301300_, RenderChunkRegion p_300496_, boolean p_299891_) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidcancel()compile(float p_297372_, float p_300511_, float p_298415_, SectionBufferBuilderPack p_300020_) doTask(SectionBufferBuilderPack p_299595_) private <E extends BlockEntity>
 voidhandleBlockEntity(SectionRenderDispatcher.RenderSection.RebuildTask.CompileResults p_297364_, E p_299361_) protected Stringname()Methods inherited from class net.minecraft.client.renderer.chunk.SectionRenderDispatcher.RenderSection.CompileTaskcompareTo, getModelData
- 
Field Details- 
region
 
- 
- 
Constructor Details- 
RebuildTask@Deprecated public RebuildTask(double p_301300_, @Nullable RenderChunkRegion p_300496_, boolean p_299891_) Deprecated.
- 
RebuildTaskpublic RebuildTask(@Nullable ChunkPos pos, double p_301300_, @Nullable RenderChunkRegion p_300496_, boolean p_299891_) 
 
- 
- 
Method Details- 
name- Specified by:
- namein class- SectionRenderDispatcher.RenderSection.CompileTask
 
- 
doTaskpublic CompletableFuture<SectionRenderDispatcher.SectionTaskResult> doTask(SectionBufferBuilderPack p_299595_) - Specified by:
- doTaskin class- SectionRenderDispatcher.RenderSection.CompileTask
 
- 
compileprivate SectionRenderDispatcher.RenderSection.RebuildTask.CompileResults compile(float p_297372_, float p_300511_, float p_298415_, SectionBufferBuilderPack p_300020_) 
- 
handleBlockEntityprivate <E extends BlockEntity> void handleBlockEntity(SectionRenderDispatcher.RenderSection.RebuildTask.CompileResults p_297364_, E p_299361_) 
- 
cancelpublic void cancel()- Specified by:
- cancelin class- SectionRenderDispatcher.RenderSection.CompileTask
 
 
-