|
PocketMine-MP 5.39.3 git-9a46a8bd745880ddf8eebaf28cda326bb97d2efa
|
Inheritance diagram for pocketmine\world\generator\executor\SyncGeneratorExecutor:
Collaboration diagram for pocketmine\world\generator\executor\SyncGeneratorExecutor:Public Member Functions | |
| __construct (GeneratorExecutorSetupParameters $setupParameters) | |
| populate (int $chunkX, int $chunkZ, ?Chunk $centerChunk, array $adjacentChunks, \Closure $onCompletion) | |
| shutdown () | |
Definition at line 30 of file SyncGeneratorExecutor.php.
| pocketmine\world\generator\executor\SyncGeneratorExecutor::__construct | ( | GeneratorExecutorSetupParameters | $setupParameters | ) |
Definition at line 36 of file SyncGeneratorExecutor.php.
| pocketmine\world\generator\executor\SyncGeneratorExecutor::populate | ( | int | $chunkX, |
| int | $chunkZ, | ||
| ?Chunk | $centerChunk, | ||
| array | $adjacentChunks, | ||
| \Closure | $onCompletion ) |
| Chunk[] | null[] | $adjacentChunks | @phpstan-param array<int, Chunk|null> $adjacentChunks @phpstan-param \Closure(Chunk $centerChunk, array<int, Chunk> $adjacentChunks) : void $onCompletion |
Implements pocketmine\world\generator\executor\GeneratorExecutor.
Definition at line 44 of file SyncGeneratorExecutor.php.
| pocketmine\world\generator\executor\SyncGeneratorExecutor::shutdown | ( | ) |
Implements pocketmine\world\generator\executor\GeneratorExecutor.
Definition at line 58 of file SyncGeneratorExecutor.php.