public interface ICachedRegion extends IBlockTypeAccess
| Modifier and Type | Method and Description |
|---|---|
int |
getX() |
int |
getZ() |
boolean |
isCached(int blockX,
int blockZ)
Returns whether or not the block at the specified X and Z coordinates
is cached in this world.
|
getBlock, getBlockboolean isCached(int blockX, int blockZ)
ICachedWorld.isCached(int, int),
however, the block coordinates should in on a scale from 0 to 511 (inclusive)
because region sizes are 512x512 blocks.blockX - The block X coordinateblockZ - The block Z coordinateICachedWorld.isCached(int, int)int getX()
int getZ()