pocketmine\level\format\Chunk::isSectionEmpty PHP 메소드

isSectionEmpty() 공개 메소드

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