public abstract class ChunkRenderContainer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
initialized |
protected java.util.List |
renderChunks |
Constructor and Description |
---|
ChunkRenderContainer() |
Modifier and Type | Method and Description |
---|---|
void |
addRenderChunk(RenderChunk p_178002_1_,
EnumWorldBlockLayer p_178002_2_) |
void |
initialize(double p_178004_1_,
double p_178004_3_,
double p_178004_5_) |
void |
preRenderChunk(RenderChunk p_178003_1_) |
abstract void |
renderChunkLayer(EnumWorldBlockLayer p_178001_1_) |
protected java.util.List renderChunks
protected boolean initialized
public void initialize(double p_178004_1_, double p_178004_3_, double p_178004_5_)
public void preRenderChunk(RenderChunk p_178003_1_)
public void addRenderChunk(RenderChunk p_178002_1_, EnumWorldBlockLayer p_178002_2_)
public abstract void renderChunkLayer(EnumWorldBlockLayer p_178001_1_)