public class RenderList
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
renderChunkX |
int |
renderChunkY |
int |
renderChunkZ |
Constructor and Description |
---|
RenderList() |
Modifier and Type | Method and Description |
---|---|
void |
addGLRenderList(int p_78420_1_) |
void |
callLists() |
boolean |
rendersChunk(int p_78418_1_,
int p_78418_2_,
int p_78418_3_) |
void |
resetList() |
void |
setupRenderList(int p_78422_1_,
int p_78422_2_,
int p_78422_3_,
double p_78422_4_,
double p_78422_6_,
double p_78422_8_) |
public int renderChunkX
public int renderChunkY
public int renderChunkZ
public void setupRenderList(int p_78422_1_, int p_78422_2_, int p_78422_3_, double p_78422_4_, double p_78422_6_, double p_78422_8_)
public boolean rendersChunk(int p_78418_1_, int p_78418_2_, int p_78418_3_)
public void addGLRenderList(int p_78420_1_)
public void callLists()
public void resetList()