|
PocketMine-MP 5.37.4 git-dbb3eefc44d5dddb20f540594fbda61467f50873
|
Collaboration diagram for pocketmine\world\format\io\ChunkData:Public Member Functions | |
| __construct (private array $subChunks, private bool $populated, private array $entityNBT, private array $tileNBT) | |
| getEntityNBT () | |
| getSubChunks () | |
| getTileNBT () | |
| isPopulated () | |
Definition at line 29 of file ChunkData.php.
| pocketmine\world\format\io\ChunkData::__construct | ( | private array | $subChunks, |
| private bool | $populated, | ||
| private array | $entityNBT, | ||
| private array | $tileNBT ) |
| SubChunk[] | $subChunks | |
| CompoundTag[] | $entityNBT | |
| CompoundTag[] | $tileNBT |
@phpstan-param array<int, SubChunk> $subChunks @phpstan-param list<CompoundTag> $entityNBT @phpstan-param list<CompoundTag> $tileNBT
Definition at line 40 of file ChunkData.php.
| pocketmine\world\format\io\ChunkData::getEntityNBT | ( | ) |
Definition at line 59 of file ChunkData.php.
| pocketmine\world\format\io\ChunkData::getSubChunks | ( | ) |
Definition at line 51 of file ChunkData.php.
| pocketmine\world\format\io\ChunkData::getTileNBT | ( | ) |
Definition at line 65 of file ChunkData.php.
| pocketmine\world\format\io\ChunkData::isPopulated | ( | ) |
Definition at line 53 of file ChunkData.php.