|
PocketMine-MP 5.39.3 git-400eb2dddf91a9c112aa09f3b498ffc8c85e98ed
|
Collaboration diagram for pocketmine\world\format\io\LoadedChunkData:Public Member Functions | |
| __construct (private ChunkData $data, private bool $upgraded, private int $fixerFlags) | |
| getData () | |
| getFixerFlags () | |
| isUpgraded () | |
Public Attributes | |
| const | FIXER_FLAG_ALL = ~0 |
| const | FIXER_FLAG_NONE = 0 |
Encapsulates information returned when loading a chunk. This includes more information than saving a chunk, since the data might have been upgraded or need post-processing.
Definition at line 30 of file LoadedChunkData.php.
| pocketmine\world\format\io\LoadedChunkData::__construct | ( | private ChunkData | $data, |
| private bool | $upgraded, | ||
| private int | $fixerFlags ) |
Definition at line 34 of file LoadedChunkData.php.
| pocketmine\world\format\io\LoadedChunkData::getData | ( | ) |
Definition at line 40 of file LoadedChunkData.php.
| pocketmine\world\format\io\LoadedChunkData::getFixerFlags | ( | ) |
Definition at line 44 of file LoadedChunkData.php.
| pocketmine\world\format\io\LoadedChunkData::isUpgraded | ( | ) |
Definition at line 42 of file LoadedChunkData.php.
| const pocketmine\world\format\io\LoadedChunkData::FIXER_FLAG_ALL = ~0 |
Definition at line 32 of file LoadedChunkData.php.
| const pocketmine\world\format\io\LoadedChunkData::FIXER_FLAG_NONE = 0 |
Definition at line 31 of file LoadedChunkData.php.