public interface IBlockAccess
Modifier and Type | Method and Description |
---|---|
boolean |
extendedLevelsInChunkCache()
set by !chunk.getAreLevelsEmpty
|
BiomeGenBase |
getBiomeGenForCoords(int var1,
int var2)
Gets the biome for a given set of x/z coordinates
|
Block |
getBlock(int var1,
int var2,
int var3) |
int |
getBlockMetadata(int var1,
int var2,
int var3)
Returns the block metadata at coords x,y,z
|
int |
getHeight()
Returns current world height.
|
int |
getLightBrightnessForSkyBlocks(int var1,
int var2,
int var3,
int var4)
Any Light rendered on a 1.8 Block goes through here
|
TileEntity |
getTileEntity(int var1,
int var2,
int var3) |
Vec3Pool |
getWorldVec3Pool()
Return the Vec3Pool object for this world.
|
boolean |
isAirBlock(int var1,
int var2,
int var3)
Returns true if the block at the specified coordinates is empty
|
int |
isBlockProvidingPowerTo(int var1,
int var2,
int var3,
int var4)
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 var1, int var2, int var3)
TileEntity getTileEntity(int var1, int var2, int var3)
int getLightBrightnessForSkyBlocks(int var1, int var2, int var3, int var4)
int getBlockMetadata(int var1, int var2, int var3)
boolean isAirBlock(int var1, int var2, int var3)
BiomeGenBase getBiomeGenForCoords(int var1, int var2)
int getHeight()
boolean extendedLevelsInChunkCache()
Vec3Pool getWorldVec3Pool()
int isBlockProvidingPowerTo(int var1, int var2, int var3, int var4)
boolean isSideSolid(int x, int y, int z, ForgeDirection side, boolean _default)
World
x
- X coordy
- Y coordz
- Z coordside
- Side_default
- default return value