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