Class SectionRenderDispatcher.RenderSection.ResortTransparencyTask
java.lang.Object
net.minecraft.client.renderer.chunk.SectionRenderDispatcher.RenderSection.CompileTask
net.minecraft.client.renderer.chunk.SectionRenderDispatcher.RenderSection.ResortTransparencyTask
- All Implemented Interfaces:
- Comparable<SectionRenderDispatcher.RenderSection.CompileTask>
- Enclosing class:
- SectionRenderDispatcher.RenderSection
class SectionRenderDispatcher.RenderSection.ResortTransparencyTask
extends SectionRenderDispatcher.RenderSection.CompileTask
- 
Field SummaryFieldsFields inherited from class net.minecraft.client.renderer.chunk.SectionRenderDispatcher.RenderSection.CompileTaskdistAtCreation, isCancelled, isHighPriority
- 
Constructor SummaryConstructorsConstructorDescriptionResortTransparencyTask(double p_294102_, SectionRenderDispatcher.CompiledSection p_294601_) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidcancel()doTask(SectionBufferBuilderPack p_295160_) protected Stringname()Methods inherited from class net.minecraft.client.renderer.chunk.SectionRenderDispatcher.RenderSection.CompileTaskcompareTo
- 
Field Details- 
compiledSection
 
- 
- 
Constructor Details- 
ResortTransparencyTask
 
- 
- 
Method Details- 
name- Specified by:
- namein class- SectionRenderDispatcher.RenderSection.CompileTask
 
- 
doTaskpublic CompletableFuture<SectionRenderDispatcher.SectionTaskResult> doTask(SectionBufferBuilderPack p_295160_) - Specified by:
- doTaskin class- SectionRenderDispatcher.RenderSection.CompileTask
 
- 
cancelpublic void cancel()- Specified by:
- cancelin class- SectionRenderDispatcher.RenderSection.CompileTask
 
 
-