Package | Description |
---|---|
net.minecraft.client.renderer.chunk |
Modifier and Type | Field and Description |
---|---|
CompiledChunk |
RenderChunk.compiledChunk |
private CompiledChunk |
ChunkCompileTaskGenerator.compiledChunk |
static CompiledChunk |
CompiledChunk.DUMMY |
Modifier and Type | Method and Description |
---|---|
CompiledChunk |
RenderChunk.getCompiledChunk() |
CompiledChunk |
ChunkCompileTaskGenerator.getCompiledChunk() |
Modifier and Type | Method and Description |
---|---|
int |
ListedRenderChunk.getDisplayList(BlockRenderLayer layer,
CompiledChunk p_178600_2_) |
private void |
RenderChunk.postRenderBlocks(BlockRenderLayer layer,
float x,
float y,
float z,
BufferBuilder bufferBuilderIn,
CompiledChunk compiledChunkIn) |
void |
RenderChunk.setCompiledChunk(CompiledChunk compiledChunkIn) |
void |
ChunkCompileTaskGenerator.setCompiledChunk(CompiledChunk compiledChunkIn) |
com.google.common.util.concurrent.ListenableFuture<java.lang.Object> |
ChunkRenderDispatcher.uploadChunk(BlockRenderLayer p_188245_1_,
BufferBuilder p_188245_2_,
RenderChunk p_188245_3_,
CompiledChunk p_188245_4_,
double p_188245_5_) |