|
| | __construct () |
| |
| | isEmpty () |
| |
| | getBlockId (int $x, int $y, int $z) |
| |
| | setBlockId (int $x, int $y, int $z, int $id) |
| |
| | getBlockData (int $x, int $y, int $z) |
| |
| | setBlockData (int $x, int $y, int $z, int $data) |
| |
| | getFullBlock (int $x, int $y, int $z) |
| |
| | setBlock (int $x, int $y, int $z, $id=null, $data=null) |
| |
| | getBlockLight (int $x, int $y, int $z) |
| |
| | setBlockLight (int $x, int $y, int $z, int $level) |
| |
| | getBlockSkyLight (int $x, int $y, int $z) |
| |
| | setBlockSkyLight (int $x, int $y, int $z, int $level) |
| |
| | getBlockIdColumn (int $x, int $z) |
| |
| | getBlockDataColumn (int $x, int $z) |
| |
| | getBlockLightColumn (int $x, int $z) |
| |
| | getSkyLightColumn (int $x, int $z) |
| |
| | getBlockIdArray () |
| |
| | getBlockDataArray () |
| |
| | getBlockLightArray () |
| |
| | getSkyLightArray () |
| |
| | networkSerialize () |
| |
| | fastSerialize () |
| |
| | __construct (string $ids="", string $data="", string $skyLight="", string $blockLight="") |
| |
| | isEmpty () |
| |
| | getBlockId (int $x, int $y, int $z) |
| |
| | setBlockId (int $x, int $y, int $z, int $id) |
| |
| | getBlockData (int $x, int $y, int $z) |
| |
| | setBlockData (int $x, int $y, int $z, int $data) |
| |
| | getFullBlock (int $x, int $y, int $z) |
| |
| | setBlock (int $x, int $y, int $z, $id=null, $data=null) |
| |
| | getBlockLight (int $x, int $y, int $z) |
| |
| | setBlockLight (int $x, int $y, int $z, int $level) |
| |
| | getBlockSkyLight (int $x, int $y, int $z) |
| |
| | setBlockSkyLight (int $x, int $y, int $z, int $level) |
| |
| | getHighestBlockAt (int $x, int $z) |
| |
| | getBlockIdColumn (int $x, int $z) |
| |
| | getBlockDataColumn (int $x, int $z) |
| |
| | getBlockLightColumn (int $x, int $z) |
| |
| | getSkyLightColumn (int $x, int $z) |
| |
| | getBlockIdArray () |
| |
| | getBlockDataArray () |
| |
| | getSkyLightArray () |
| |
| | getBlockLightArray () |
| |
| | networkSerialize () |
| |
| | fastSerialize () |
| |