PHP 인터페이스 pocketmine\level\format\Chunk

상속: extends pocketmine\level\format\FullChunk
파일 보기 프로젝트 열기: ClearSkyTeam/ClearSky 0 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

getSection() 공개 메소드

public getSection ( integer $fY ) : pocketmine\level\format\ChunkSection
$fY integer 0-7
리턴 pocketmine\level\format\ChunkSection

getSections() 공개 메소드

public getSections ( ) : pocketmine\level\format\ChunkSection[]
리턴 pocketmine\level\format\ChunkSection[]

isSectionEmpty() 공개 메소드

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

setSection() 공개 메소드

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