PHP 클래스 pocketmine\level\format\mcregion\RegionLoader

파일 보기 프로젝트 열기: robske110/ClearSky

공개 프로퍼티들

프로퍼티 타입 설명
$COMPRESSION_LEVEL 256 sectors, (1 MiB)
$lastUsed

보호된 프로퍼티들

프로퍼티 타입 설명
$filePath
$filePointer
$lastSector
$levelProvider pocketmine\level\format\LevelProvider
$locationTable
$x
$z

공개 메소드들

메소드 설명
__construct ( pocketmine\level\format\LevelProvider $level, $regionX, $regionZ )
__destruct ( )
chunkExists ( $x, $z )
close ( )
doSlowCleanUp ( )
getX ( )
getZ ( )
readChunk ( $x, $z )
removeChunk ( $x, $z )
writeChunk ( pocketmine\level\format\FullChunk $chunk )

보호된 메소드들

메소드 설명
createBlank ( )
getChunkOffset ( $x, $z )
isChunkGenerated ( $index )
loadLocationTable ( )
saveChunk ( $x, $z, $chunkData )
unserializeChunk ( $data )
writeLocationIndex ( $index )

비공개 메소드들

메소드 설명
cleanGarbage ( )
writeLocationTable ( )

메소드 상세

__construct() 공개 메소드

public __construct ( pocketmine\level\format\LevelProvider $level, $regionX, $regionZ )
$level pocketmine\level\format\LevelProvider

__destruct() 공개 메소드

public __destruct ( )

chunkExists() 공개 메소드

public chunkExists ( $x, $z )

close() 공개 메소드

public close ( )

createBlank() 보호된 메소드

protected createBlank ( )

doSlowCleanUp() 공개 메소드

public doSlowCleanUp ( )

getChunkOffset() 보호된 정적인 메소드

protected static getChunkOffset ( $x, $z )

getX() 공개 메소드

public getX ( )

getZ() 공개 메소드

public getZ ( )

isChunkGenerated() 보호된 메소드

protected isChunkGenerated ( $index )

loadLocationTable() 보호된 메소드

protected loadLocationTable ( )

readChunk() 공개 메소드

public readChunk ( $x, $z )

removeChunk() 공개 메소드

public removeChunk ( $x, $z )

saveChunk() 보호된 메소드

protected saveChunk ( $x, $z, $chunkData )

unserializeChunk() 보호된 메소드

protected unserializeChunk ( $data )

writeChunk() 공개 메소드

public writeChunk ( pocketmine\level\format\FullChunk $chunk )
$chunk pocketmine\level\format\FullChunk

writeLocationIndex() 보호된 메소드

protected writeLocationIndex ( $index )

프로퍼티 상세

$COMPRESSION_LEVEL 공개적으로 정적으로 프로퍼티

256 sectors, (1 MiB)
public static $COMPRESSION_LEVEL

$filePath 보호되어 있는 프로퍼티

protected $filePath

$filePointer 보호되어 있는 프로퍼티

protected $filePointer

$lastSector 보호되어 있는 프로퍼티

protected $lastSector

$lastUsed 공개적으로 프로퍼티

public $lastUsed

$levelProvider 보호되어 있는 프로퍼티

protected LevelProvider,pocketmine\level\format $levelProvider
리턴 pocketmine\level\format\LevelProvider

$locationTable 보호되어 있는 프로퍼티

protected $locationTable

$x 보호되어 있는 프로퍼티

protected $x

$z 보호되어 있는 프로퍼티

protected $z