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 SummaryFieldsModifier and TypeFieldDescriptionprivate final ModelDataManager.Snapshotprotected RenderChunkRegionFields inherited from class net.minecraft.client.renderer.chunk.SectionRenderDispatcher.RenderSection.CompileTaskdistAtCreation, isCancelled, isHighPriority
- 
Constructor SummaryConstructorsConstructorDescriptionRebuildTask(double p_294400_, RenderChunkRegion p_294382_, boolean p_295207_) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidcancel()compile(float p_294894_, float p_295437_, float p_294465_, SectionBufferBuilderPack p_294319_) doTask(SectionBufferBuilderPack p_296138_) private <E extends BlockEntity>
 voidhandleBlockEntity(SectionRenderDispatcher.RenderSection.RebuildTask.CompileResults p_294198_, E p_296214_) protected Stringname()Methods inherited from class net.minecraft.client.renderer.chunk.SectionRenderDispatcher.RenderSection.CompileTaskcompareTo
- 
Field Details- 
region
- 
modelData
 
- 
- 
Constructor Details- 
RebuildTask
 
- 
- 
Method Details- 
name- Specified by:
- namein class- SectionRenderDispatcher.RenderSection.CompileTask
 
- 
doTaskpublic CompletableFuture<SectionRenderDispatcher.SectionTaskResult> doTask(SectionBufferBuilderPack p_296138_) - Specified by:
- doTaskin class- SectionRenderDispatcher.RenderSection.CompileTask
 
- 
compileprivate SectionRenderDispatcher.RenderSection.RebuildTask.CompileResults compile(float p_294894_, float p_295437_, float p_294465_, SectionBufferBuilderPack p_294319_) 
- 
handleBlockEntityprivate <E extends BlockEntity> void handleBlockEntity(SectionRenderDispatcher.RenderSection.RebuildTask.CompileResults p_294198_, E p_296214_) 
- 
cancelpublic void cancel()- Specified by:
- cancelin class- SectionRenderDispatcher.RenderSection.CompileTask
 
 
-