Method |
Description |
|
__construct ( $level, CompoundTag $nbt = null ) |
|
|
fromBinary ( string $data, pocketmine\level\format\LevelProvider $provider = null ) : Chunk |
|
|
fromFastBinary ( $data, pocketmine\level\format\LevelProvider $provider = null ) |
|
|
getBlockData ( $x, $y, $z ) |
|
|
getBlockDataColumn ( $x, $z ) |
|
|
getBlockId ( $x, $y, $z ) |
|
|
getBlockIdColumn ( $x, $z ) |
|
|
getBlockLight ( $x, $y, $z ) |
|
|
getBlockLightColumn ( $x, $z ) |
|
|
getBlockSkyLight ( $x, $y, $z ) |
|
|
getBlockSkyLightColumn ( $x, $z ) |
|
|
getEmptyChunk ( integer $chunkX, integer $chunkZ, pocketmine\level\format\LevelProvider $provider = null ) : Chunk |
|
|
getFullBlock ( $x, $y, $z ) |
|
|
getNBT ( ) : CompoundTag |
|
|
isGenerated ( ) : boolean |
|
|
isLightPopulated ( ) |
|
|
isPopulated ( ) : boolean |
|
|
setBlock ( $x, $y, $z, $blockId = null, $meta = null ) |
|
|
setBlockData ( $x, $y, $z, $data ) |
|
|
setBlockId ( $x, $y, $z, $id ) |
|
|
setBlockLight ( $x, $y, $z, $level ) |
|
|
setBlockSkyLight ( $x, $y, $z, $level ) |
|
|
setGenerated ( integer $value = 1 ) |
|
|
setLightPopulated ( $value = 1 ) |
|
|
setPopulated ( integer $value = 1 ) |
|
|
toBinary ( ) |
|
|
toFastBinary ( ) |
|
|