|
| getBlockIdAt ($x, $y, $z) |
|
| setBlockIdAt ($x, $y, $z, $id) |
|
| getBlockDataAt ($x, $y, $z) |
|
| setBlockDataAt ($x, $y, $z, $data) |
|
| getChunk ($chunkX, $chunkZ) |
|
| setChunk ($chunkX, $chunkZ, FullChunk $chunk=null) |
|
| getSeed () |
|
getBlockDataAt |
( |
|
$x, |
|
|
|
$y, |
|
|
|
$z |
|
) |
| |
getBlockIdAt |
( |
|
$x, |
|
|
|
$y, |
|
|
|
$z |
|
) |
| |
getChunk |
( |
|
$chunkX, |
|
|
|
$chunkZ |
|
) |
| |
setBlockDataAt |
( |
|
$x, |
|
|
|
$y, |
|
|
|
$z, |
|
|
|
$data |
|
) |
| |
Sets the raw block metadata.
- Parameters
-
int | $x | |
int | $y | |
int | $z | |
int | $data | 0-15 |
Implemented in Level, and SimpleChunkManager.
setBlockIdAt |
( |
|
$x, |
|
|
|
$y, |
|
|
|
$z, |
|
|
|
$id |
|
) |
| |
setChunk |
( |
|
$chunkX, |
|
|
|
$chunkZ, |
|
|
FullChunk |
$chunk = null |
|
) |
| |
The documentation for this interface was generated from the following file:
- /Users/Kids/Desktop/Doxygen/pocketmine/level/ChunkManager.php