PocketMine-MP 5.18.1 git-9381fc4172e5dce4cada1cb356050c8a2ab57b94
pocketmine\world\generator\hell\Nether Class Reference
+ Inheritance diagram for pocketmine\world\generator\hell\Nether:
+ Collaboration diagram for pocketmine\world\generator\hell\Nether:

Public Member Functions

 __construct (int $seed, string $preset)
 
 generateChunk (ChunkManager $world, int $chunkX, int $chunkZ)
 
 populateChunk (ChunkManager $world, int $chunkX, int $chunkZ)
 

Static Public Member Functions

static convertSeed (string $seed)
 

Protected Attributes

Random $random
 

Detailed Description

Definition at line 40 of file Nether.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\world\generator\hell\Nether::__construct ( int  $seed,
string  $preset 
)
Exceptions
InvalidGeneratorOptionsException

Definition at line 56 of file Nether.php.

Member Function Documentation

◆ 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.

◆ generateChunk()

pocketmine\world\generator\hell\Nether::generateChunk ( ChunkManager  $world,
int  $chunkX,
int  $chunkZ 
)

Reimplemented from pocketmine\world\generator\Generator.

Definition at line 69 of file Nether.php.

◆ populateChunk()

pocketmine\world\generator\hell\Nether::populateChunk ( ChunkManager  $world,
int  $chunkX,
int  $chunkZ 
)

Reimplemented from pocketmine\world\generator\Generator.

Definition at line 109 of file Nether.php.

Member Data Documentation

◆ $random

Random pocketmine\world\generator\Generator::$random
protectedinherited

Definition at line 51 of file Generator.php.


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