PHP Class pocketmine\level\generator\normal\Normal2

Inheritance: extends Normal
Mostrar archivo Open project: iTXTech/Genisys

Protected Properties

Property Type Description
$bedrockDepth

Public Methods

Method Description
generateChunk ( $chunkX, $chunkZ )
getSpawn ( )
init ( pocketmine\level\ChunkManager $level, Random $random )
pickBiome ( $x, $z ) : Biome
populateChunk ( $chunkX, $chunkZ )

Method Details

generateChunk() public method

public generateChunk ( $chunkX, $chunkZ )

getSpawn() public method

public getSpawn ( )

init() public method

public init ( pocketmine\level\ChunkManager $level, Random $random )
$level pocketmine\level\ChunkManager
$random pocketmine\utils\Random

pickBiome() public method

public pickBiome ( $x, $z ) : Biome
return pocketmine\level\generator\biome\Biome

populateChunk() public method

public populateChunk ( $chunkX, $chunkZ )

Property Details

$bedrockDepth protected_oe property

protected $bedrockDepth