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 p_178490_1_) |
WorldRenderer.State |
getState() |
java.util.List |
getTileEntities() |
boolean |
isEmpty() |
boolean |
isLayerEmpty(EnumWorldBlockLayer p_178491_1_) |
boolean |
isLayerStarted(EnumWorldBlockLayer p_178492_1_) |
boolean |
isVisible(EnumFacing p_178495_1_,
EnumFacing p_178495_2_) |
void |
setLayerStarted(EnumWorldBlockLayer p_178493_1_) |
protected void |
setLayerUsed(EnumWorldBlockLayer p_178486_1_) |
void |
setState(WorldRenderer.State p_178494_1_) |
void |
setVisibility(SetVisibility p_178488_1_) |
public static final CompiledChunk DUMMY
public boolean isEmpty()
protected void setLayerUsed(EnumWorldBlockLayer p_178486_1_)
public boolean isLayerEmpty(EnumWorldBlockLayer p_178491_1_)
public void setLayerStarted(EnumWorldBlockLayer p_178493_1_)
public boolean isLayerStarted(EnumWorldBlockLayer p_178492_1_)
public java.util.List getTileEntities()
public void addTileEntity(TileEntity p_178490_1_)
public boolean isVisible(EnumFacing p_178495_1_, EnumFacing p_178495_2_)
public void setVisibility(SetVisibility p_178488_1_)
public WorldRenderer.State getState()
public void setState(WorldRenderer.State p_178494_1_)