public class CompiledChunk
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static CompiledChunk | 
DUMMY  | 
| Constructor and Description | 
|---|
CompiledChunk()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addTileEntity(TileEntity tileEntityIn)  | 
VertexBuffer.State | 
getState()  | 
java.util.List<TileEntity> | 
getTileEntities()  | 
boolean | 
isEmpty()  | 
boolean | 
isLayerEmpty(BlockRenderLayer layer)  | 
boolean | 
isLayerStarted(BlockRenderLayer layer)  | 
boolean | 
isVisible(EnumFacing facing,
         EnumFacing facing2)  | 
void | 
setLayerStarted(BlockRenderLayer layer)  | 
protected void | 
setLayerUsed(BlockRenderLayer layer)  | 
void | 
setState(VertexBuffer.State stateIn)  | 
void | 
setVisibility(SetVisibility visibility)  | 
public static final CompiledChunk DUMMY
public boolean isEmpty()
protected void setLayerUsed(BlockRenderLayer layer)
public boolean isLayerEmpty(BlockRenderLayer layer)
public void setLayerStarted(BlockRenderLayer layer)
public boolean isLayerStarted(BlockRenderLayer layer)
public java.util.List<TileEntity> getTileEntities()
public void addTileEntity(TileEntity tileEntityIn)
public boolean isVisible(EnumFacing facing, EnumFacing facing2)
public void setVisibility(SetVisibility visibility)
public VertexBuffer.State getState()
public void setState(VertexBuffer.State stateIn)