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

setSection() 공개 메소드

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