public class RegionRenderCache extends ChunkCache
chunkArray, chunkX, chunkZ, hasExtendedLevels, worldObj| Constructor and Description |
|---|
RegionRenderCache(World worldIn,
BlockPos posFromIn,
BlockPos posToIn,
int subIn) |
| Modifier and Type | Method and Description |
|---|---|
IBlockState |
getBlockState(BlockPos pos) |
int |
getCombinedLight(BlockPos pos,
int p_175626_2_) |
TileEntity |
getTileEntity(BlockPos pos) |
extendedLevelsInChunkCache, getBiomeGenForCoords, getLightFor, getStrongPower, getWorldType, isAirBlock, isSideSolidpublic TileEntity getTileEntity(BlockPos pos)
getTileEntity in interface IBlockAccessgetTileEntity in class ChunkCachepublic int getCombinedLight(BlockPos pos, int p_175626_2_)
getCombinedLight in interface IBlockAccessgetCombinedLight in class ChunkCachepublic IBlockState getBlockState(BlockPos pos)
getBlockState in interface IBlockAccessgetBlockState in class ChunkCache