public class RenderChunk
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
AxisAlignedBB |
boundingBox |
CompiledChunk |
compiledChunk |
static int |
renderChunksUpdated |
Constructor and Description |
---|
RenderChunk(World worldIn,
RenderGlobal renderGlobalIn,
BlockPos blockPosIn,
int indexIn) |
Modifier and Type | Method and Description |
---|---|
void |
deleteGlResources() |
protected void |
finishCompileTask() |
CompiledChunk |
getCompiledChunk() |
java.util.concurrent.locks.ReentrantLock |
getLockCompileTask() |
BlockPos |
getPosition() |
VertexBuffer |
getVertexBufferByLayer(int p_178565_1_) |
boolean |
isCompileTaskPending() |
boolean |
isNeedsUpdate() |
ChunkCompileTaskGenerator |
makeCompileTaskChunk() |
ChunkCompileTaskGenerator |
makeCompileTaskTransparency() |
void |
multModelviewMatrix() |
void |
rebuildChunk(float p_178581_1_,
float p_178581_2_,
float p_178581_3_,
ChunkCompileTaskGenerator p_178581_4_) |
void |
resortTransparency(float p_178570_1_,
float p_178570_2_,
float p_178570_3_,
ChunkCompileTaskGenerator p_178570_4_) |
void |
setCompiledChunk(CompiledChunk p_178580_1_) |
boolean |
setFrameIndex(int frameIndexIn) |
void |
setNeedsUpdate(boolean p_178575_1_) |
void |
setPosition(BlockPos p_178576_1_) |
void |
stopCompileTask() |
public static int renderChunksUpdated
public CompiledChunk compiledChunk
public AxisAlignedBB boundingBox
public RenderChunk(World worldIn, RenderGlobal renderGlobalIn, BlockPos blockPosIn, int indexIn)
public boolean setFrameIndex(int frameIndexIn)
public VertexBuffer getVertexBufferByLayer(int p_178565_1_)
public void setPosition(BlockPos p_178576_1_)
public void resortTransparency(float p_178570_1_, float p_178570_2_, float p_178570_3_, ChunkCompileTaskGenerator p_178570_4_)
public void rebuildChunk(float p_178581_1_, float p_178581_2_, float p_178581_3_, ChunkCompileTaskGenerator p_178581_4_)
protected void finishCompileTask()
public java.util.concurrent.locks.ReentrantLock getLockCompileTask()
public ChunkCompileTaskGenerator makeCompileTaskChunk()
public ChunkCompileTaskGenerator makeCompileTaskTransparency()
public void multModelviewMatrix()
public CompiledChunk getCompiledChunk()
public void setCompiledChunk(CompiledChunk p_178580_1_)
public void stopCompileTask()
public void deleteGlResources()
public BlockPos getPosition()
public boolean isCompileTaskPending()
public void setNeedsUpdate(boolean p_178575_1_)
public boolean isNeedsUpdate()