pocketmine\level\format\Chunk::isSectionEmpty PHP Method

isSectionEmpty() public method

Tests whether a section (mini-chunk) is empty
public isSectionEmpty ( $fY ) : boolean
$fY 0-7, (Y / 16)
return boolean
    public function isSectionEmpty($fY);