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 Summary
Modifier and TypeClassDescription(package private) static final class
-
Field Summary
Fields inherited from class net.minecraft.client.renderer.chunk.SectionRenderDispatcher.RenderSection.CompileTask
distAtCreation, isCancelled, isHighPriority, modelData
-
Constructor Summary
ConstructorDescriptionRebuildTask
(double p_294400_, RenderChunkRegion p_294382_, boolean p_295207_) Deprecated.RebuildTask
(SectionPos pos, double p_294400_, RenderChunkRegion p_294382_, boolean p_295207_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
cancel()
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 String
name()
Methods inherited from class net.minecraft.client.renderer.chunk.SectionRenderDispatcher.RenderSection.CompileTask
compareTo, getModelData
-
Field Details
-
region
-
-
Constructor Details
-
RebuildTask
@Deprecated public RebuildTask(double p_294400_, @Nullable RenderChunkRegion p_294382_, boolean p_295207_) Deprecated. -
RebuildTask
public RebuildTask(@Nullable SectionPos pos, double p_294400_, @Nullable RenderChunkRegion p_294382_, boolean p_295207_)
-
-
Method Details
-
name
- Specified by:
name
in classSectionRenderDispatcher.RenderSection.CompileTask
-
doTask
public CompletableFuture<SectionRenderDispatcher.SectionTaskResult> doTask(SectionBufferBuilderPack p_296138_) - Specified by:
doTask
in classSectionRenderDispatcher.RenderSection.CompileTask
-
compile
private SectionRenderDispatcher.RenderSection.RebuildTask.CompileResults compile(float p_294894_, float p_295437_, float p_294465_, SectionBufferBuilderPack p_294319_) -
handleBlockEntity
private <E extends BlockEntity> void handleBlockEntity(SectionRenderDispatcher.RenderSection.RebuildTask.CompileResults p_294198_, E p_296214_) -
cancel
public void cancel()- Specified by:
cancel
in classSectionRenderDispatcher.RenderSection.CompileTask
-