PocketMine-MP 5.39.3 git-9a46a8bd745880ddf8eebaf28cda326bb97d2efa
Loading...
Searching...
No Matches
pocketmine\world\generator\executor\GeneratorExecutor Interface Reference
+ Inheritance diagram for pocketmine\world\generator\executor\GeneratorExecutor:
+ Collaboration diagram for pocketmine\world\generator\executor\GeneratorExecutor:

Public Member Functions

 populate (int $chunkX, int $chunkZ, ?Chunk $centerChunk, array $adjacentChunks, \Closure $onCompletion)
 
 shutdown ()
 

Detailed Description

Definition at line 28 of file GeneratorExecutor.php.

Member Function Documentation

◆ populate()

pocketmine\world\generator\executor\GeneratorExecutor::populate ( int $chunkX,
int $chunkZ,
?Chunk $centerChunk,
array $adjacentChunks,
\Closure $onCompletion )
Parameters
Chunk[] | null[]$adjacentChunks@phpstan-param array<int, Chunk|null> $adjacentChunks @phpstan-param \Closure(Chunk $centerChunk, array<int, Chunk> $adjacentChunks) : void $onCompletion

Implemented in pocketmine\world\generator\executor\AsyncGeneratorExecutor, and pocketmine\world\generator\executor\SyncGeneratorExecutor.


The documentation for this interface was generated from the following file: