mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 01:16:15 +00:00
Merge commit 'a5764b3ae98a70fe8f20f9b403a4ab84b51b11d8'
# Conflicts: # resources/vanilla # src/pocketmine/level/format/io/LevelProvider.php # src/world/generator/Generator.php # src/world/generator/GeneratorRegisterTask.php
This commit is contained in:
@ -28,6 +28,8 @@ use pocketmine\world\format\Chunk;
|
||||
interface WritableWorldProvider extends WorldProvider{
|
||||
/**
|
||||
* Generate the needed files in the path given
|
||||
*
|
||||
* @param mixed[] $options
|
||||
*/
|
||||
public static function generate(string $path, string $name, int $seed, string $generator, array $options = []) : void;
|
||||
|
||||
|
Reference in New Issue
Block a user