public interface IBlockAccess
Modifier and Type | Method and Description |
---|---|
boolean |
extendedLevelsInChunkCache()
set by !
|
BiomeGenBase |
getBiomeGenForCoords(BlockPos pos) |
IBlockState |
getBlockState(BlockPos pos) |
int |
getCombinedLight(BlockPos pos,
int lightValue) |
int |
getStrongPower(BlockPos pos,
EnumFacing direction) |
TileEntity |
getTileEntity(BlockPos pos) |
WorldType |
getWorldType() |
boolean |
isAirBlock(BlockPos pos)
Checks to see if an air block exists at the provided location.
|
boolean |
isSideSolid(BlockPos pos,
EnumFacing side,
boolean _default)
FORGE: isSideSolid, pulled up from
World |
TileEntity getTileEntity(BlockPos pos)
int getCombinedLight(BlockPos pos, int lightValue)
IBlockState getBlockState(BlockPos pos)
boolean isAirBlock(BlockPos pos)
BiomeGenBase getBiomeGenForCoords(BlockPos pos)
boolean extendedLevelsInChunkCache()
int getStrongPower(BlockPos pos, EnumFacing direction)
WorldType getWorldType()
boolean isSideSolid(BlockPos pos, EnumFacing side, boolean _default)
World
pos
- Positionside
- Side_default
- default return value