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

setSection() public method

public setSection ( integer $fY, pocketmine\level\format\ChunkSection $section ) : boolean
$fY integer 0-7
$section pocketmine\level\format\ChunkSection
return boolean
    public function setSection($fY, ChunkSection $section);