|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Collaboration diagram for pocketmine\world\format\io\FastChunkSerializer:Static Public Member Functions | |
| static | deserializeTerrain (string $data) |
| static | serializeTerrain (Chunk $chunk) |
This class provides a serializer used for transmitting chunks between threads. The serialization format is not intended for permanent storage and may change without warning.
Definition at line 43 of file FastChunkSerializer.php.
|
static |
Deserializes a fast-serialized chunk
Definition at line 104 of file FastChunkSerializer.php.
|
static |
Fast-serializes the chunk for passing between threads TODO: tiles and entities
Definition at line 65 of file FastChunkSerializer.php.
Referenced by pocketmine\network\mcpe\ChunkRequestTask\__construct().
Here is the caller graph for this function: