|
| __construct (protected int $seed, protected string $preset) |
|
| generateChunk (ChunkManager $world, int $chunkX, int $chunkZ) |
|
| populateChunk (ChunkManager $world, int $chunkX, int $chunkZ) |
|
Definition at line 34 of file Generator.php.
◆ __construct()
pocketmine\world\generator\Generator::__construct |
( |
protected int | $seed, |
|
|
protected string | $preset ) |
◆ convertSeed()
static pocketmine\world\generator\Generator::convertSeed |
( |
string | $seed | ) |
|
|
static |
Converts a string world seed into an integer for use by the generator.
Definition at line 39 of file Generator.php.
◆ $random
Random pocketmine\world\generator\Generator::$random |
|
protected |
The documentation for this class was generated from the following file: