Method | Description | |
---|---|---|
getSection ( integer $fY ) : pocketmine\level\format\ChunkSection | ||
getSections ( ) : pocketmine\level\format\ChunkSection[] | ||
isSectionEmpty ( $fY ) : boolean | Tests whether a section (mini-chunk) is empty | |
setSection ( integer $fY, pocketmine\level\format\ChunkSection $section ) : boolean |
public getSection ( integer $fY ) : pocketmine\level\format\ChunkSection | ||
$fY | integer | 0-7 |
return | pocketmine\level\format\ChunkSection |
public getSections ( ) : pocketmine\level\format\ChunkSection[] | ||
return | pocketmine\level\format\ChunkSection[] |
public isSectionEmpty ( $fY ) : boolean | ||
$fY | 0-7, (Y / 16) | |
return | boolean |
public setSection ( integer $fY, pocketmine\level\format\ChunkSection $section ) : boolean | ||
$fY | integer | 0-7 |
$section | pocketmine\level\format\ChunkSection | |
return | boolean |