Class SectionRenderDispatcher.RenderSection.CompileTask
java.lang.Object
net.minecraft.client.renderer.chunk.SectionRenderDispatcher.RenderSection.CompileTask
- All Implemented Interfaces:
- Comparable<SectionRenderDispatcher.RenderSection.CompileTask>
- Direct Known Subclasses:
- SectionRenderDispatcher.RenderSection.RebuildTask,- SectionRenderDispatcher.RenderSection.ResortTransparencyTask
- Enclosing class:
- SectionRenderDispatcher.RenderSection
abstract class SectionRenderDispatcher.RenderSection.CompileTask
extends Object
implements Comparable<SectionRenderDispatcher.RenderSection.CompileTask>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final doubleprotected final AtomicBooleanprotected final boolean
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract voidcancel()intdoTask(SectionBufferBuilderPack p_294622_) protected abstract Stringname()
- 
Field Details- 
distAtCreationprotected final double distAtCreation
- 
isCancelled
- 
isHighPriorityprotected final boolean isHighPriority
 
- 
- 
Constructor Details- 
CompileTaskpublic CompileTask(double p_294428_, boolean p_295051_) 
 
- 
- 
Method Details- 
doTaskpublic abstract CompletableFuture<SectionRenderDispatcher.SectionTaskResult> doTask(SectionBufferBuilderPack p_294622_) 
- 
cancelpublic abstract void cancel()
- 
name
- 
compareTo- Specified by:
- compareToin interface- Comparable<SectionRenderDispatcher.RenderSection.CompileTask>
 
 
-