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 Summary
FieldsFields inherited from class net.minecraft.client.renderer.chunk.SectionRenderDispatcher.RenderSection.CompileTask
distAtCreation, isCancelled, isHighPriority -
Constructor Summary
ConstructorsConstructorDescriptionResortTransparencyTask(double p_294102_, SectionRenderDispatcher.CompiledSection p_294601_) -
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()doTask(SectionBufferBuilderPack p_295160_) protected Stringname()Methods inherited from class net.minecraft.client.renderer.chunk.SectionRenderDispatcher.RenderSection.CompileTask
compareTo
-
Field Details
-
compiledSection
-
-
Constructor Details
-
ResortTransparencyTask
-
-
Method Details
-
name
- Specified by:
namein classSectionRenderDispatcher.RenderSection.CompileTask
-
doTask
public CompletableFuture<SectionRenderDispatcher.SectionTaskResult> doTask(SectionBufferBuilderPack p_295160_) - Specified by:
doTaskin classSectionRenderDispatcher.RenderSection.CompileTask
-
cancel
public void cancel()- Specified by:
cancelin classSectionRenderDispatcher.RenderSection.CompileTask
-