Class SectionRenderDispatcher
java.lang.Object
net.minecraft.client.renderer.chunk.SectionRenderDispatcher
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
class
(package private) static enum
-
Field Summary
Modifier and TypeFieldDescriptionprivate final SectionBufferBuilderPool
private Vec3
private boolean
private final Executor
(package private) final SectionBufferBuilderPack
private int
(package private) ClientLevel
private final ProcessorMailbox<Runnable>
private static final int
(package private) final LevelRenderer
private int
private final Queue<SectionRenderDispatcher.RenderSection.CompileTask>
-
Constructor Summary
ConstructorDescriptionSectionRenderDispatcher
(ClientLevel p_295274_, LevelRenderer p_295323_, Executor p_295234_, RenderBuffers p_307511_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
private void
void
dispose()
int
getStats()
int
int
boolean
pollTask()
void
rebuildSectionSync
(SectionRenderDispatcher.RenderSection p_296309_, RenderRegionCache p_294139_) private void
runTask()
void
void
void
setLevel
(ClientLevel p_295112_) void
uploadSectionLayer
(BufferBuilder.RenderedBuffer p_295447_, VertexBuffer p_294163_)
-
Field Details
-
MAX_HIGH_PRIORITY_QUOTA
private static final int MAX_HIGH_PRIORITY_QUOTA- See Also:
-
toBatchHighPriority
private final PriorityBlockingQueue<SectionRenderDispatcher.RenderSection.CompileTask> toBatchHighPriority -
toBatchLowPriority
-
highPriorityQuota
private int highPriorityQuota -
toUpload
-
fixedBuffers
-
bufferPool
-
toBatchCount
private volatile int toBatchCount -
closed
private volatile boolean closed -
mailbox
-
executor
-
level
ClientLevel level -
renderer
-
camera
-
-
Constructor Details
-
SectionRenderDispatcher
public SectionRenderDispatcher(ClientLevel p_295274_, LevelRenderer p_295323_, Executor p_295234_, RenderBuffers p_307511_)
-
-
Method Details
-
setLevel
-
runTask
private void runTask() -
pollTask
-
getStats
-
getToBatchCount
public int getToBatchCount() -
getToUpload
public int getToUpload() -
getFreeBufferCount
public int getFreeBufferCount() -
setCamera
-
getCameraPosition
-
uploadAllPendingUploads
public void uploadAllPendingUploads() -
rebuildSectionSync
public void rebuildSectionSync(SectionRenderDispatcher.RenderSection p_296309_, RenderRegionCache p_294139_) -
blockUntilClear
public void blockUntilClear() -
schedule
-
uploadSectionLayer
public CompletableFuture<Void> uploadSectionLayer(BufferBuilder.RenderedBuffer p_295447_, VertexBuffer p_294163_) -
clearBatchQueue
private void clearBatchQueue() -
isQueueEmpty
public boolean isQueueEmpty() -
dispose
public void dispose()
-