|
| __construct (LevelProvider $level, $regionX, $regionZ) |
|
| __construct (LevelProvider $level, $regionX, $regionZ) |
|
| readChunk ($x, $z) |
|
| chunkExists ($x, $z) |
|
| removeChunk ($x, $z) |
|
| writeChunk (FullChunk $chunk) |
|
| close () |
|
| doSlowCleanUp () |
|
| getX () |
|
| getZ () |
|
|
| unserializeChunk ($data) |
|
| isChunkGenerated ($index) |
|
| unserializeChunk ($data) |
|
| saveChunk ($x, $z, $chunkData) |
|
| loadLocationTable () |
|
| writeLocationIndex ($index) |
|
| createBlank () |
|
|
const | VERSION = 1 |
|
const | COMPRESSION_GZIP = 1 |
|
const | COMPRESSION_ZLIB = 2 |
|
const | MAX_SECTOR_LENGTH = 256 << 12 |
|
| $lastUsed |
|
static | $COMPRESSION_LEVEL = 7 |
|
static | getChunkOffset ($x, $z) |
|
| $x |
|
| $z |
|
| $filePath |
|
| $filePointer |
|
| $lastSector |
|
| $levelProvider |
|
| $locationTable = [] |
|
The documentation for this class was generated from the following file:
- /Users/Kids/Desktop/Doxygen/pocketmine/level/format/anvil/RegionLoader.php