Definition at line 34 of file PopulationUtils.php.
◆ populateChunkWithAdjacents()
static pocketmine\world\generator\PopulationUtils::populateChunkWithAdjacents |
( |
int | $minY, |
|
|
int | $maxY, |
|
|
Generator | $generator, |
|
|
int | $chunkX, |
|
|
int | $chunkZ, |
|
|
?Chunk | $centerChunk, |
|
|
array | $adjacentChunks ) |
|
static |
- Parameters
-
Chunk[] | null[] | $adjacentChunks | @phpstan-param array<int, Chunk|null> $adjacentChunks |
- Returns
- Chunk[]|Chunk[][] @phpstan-return array{Chunk, array<int, Chunk>}
Definition at line 55 of file PopulationUtils.php.
The documentation for this class was generated from the following file: