public interface IBlockAccess
| Modifier and Type | Method and Description |
|---|---|
boolean |
extendedLevelsInChunkCache()
set by !
|
BiomeGenBase |
getBiomeGenForCoords(int p_72807_1_,
int p_72807_2_)
Gets the biome for a given set of x/z coordinates
|
Block |
getBlock(int p_147439_1_,
int p_147439_2_,
int p_147439_3_) |
int |
getBlockMetadata(int p_72805_1_,
int p_72805_2_,
int p_72805_3_)
Returns the block metadata at coords x,y,z
|
int |
getHeight()
Returns current world height.
|
int |
getLightBrightnessForSkyBlocks(int p_72802_1_,
int p_72802_2_,
int p_72802_3_,
int p_72802_4_)
Any Light rendered on a 1.8 Block goes through here
|
TileEntity |
getTileEntity(int p_147438_1_,
int p_147438_2_,
int p_147438_3_) |
boolean |
isAirBlock(int p_147437_1_,
int p_147437_2_,
int p_147437_3_)
Returns true if the block at the specified coordinates is empty
|
int |
isBlockProvidingPowerTo(int p_72879_1_,
int p_72879_2_,
int p_72879_3_,
int p_72879_4_)
Is this block powering in the specified direction Args: x, y, z, direction
|
boolean |
isSideSolid(int x,
int y,
int z,
ForgeDirection side,
boolean _default)
FORGE: isSideSolid, pulled up from
World |
Block getBlock(int p_147439_1_, int p_147439_2_, int p_147439_3_)
TileEntity getTileEntity(int p_147438_1_, int p_147438_2_, int p_147438_3_)
int getLightBrightnessForSkyBlocks(int p_72802_1_,
int p_72802_2_,
int p_72802_3_,
int p_72802_4_)
int getBlockMetadata(int p_72805_1_,
int p_72805_2_,
int p_72805_3_)
int isBlockProvidingPowerTo(int p_72879_1_,
int p_72879_2_,
int p_72879_3_,
int p_72879_4_)
boolean isAirBlock(int p_147437_1_,
int p_147437_2_,
int p_147437_3_)
BiomeGenBase getBiomeGenForCoords(int p_72807_1_, int p_72807_2_)
int getHeight()
boolean extendedLevelsInChunkCache()
boolean isSideSolid(int x,
int y,
int z,
ForgeDirection side,
boolean _default)
Worldx - X coordy - Y coordz - Z coordside - Side_default - default return value