public interface IBlockAccess
| Modifier and Type | Method and Description | 
|---|---|
| Biome | getBiome(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) | 
| boolean | isSideSolid(BlockPos pos,
           EnumFacing side,
           boolean _default)FORGE: isSideSolid, pulled up from  World | 
@Nullable TileEntity getTileEntity(BlockPos pos)
int getCombinedLight(BlockPos pos, int lightValue)
IBlockState getBlockState(BlockPos pos)
boolean isAirBlock(BlockPos pos)
int getStrongPower(BlockPos pos, EnumFacing direction)
WorldType getWorldType()
boolean isSideSolid(BlockPos pos, EnumFacing side, boolean _default)
Worldpos - Positionside - Side_default - default return value