mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Fixed some doc problems
This commit is contained in:
@ -33,6 +33,12 @@ class SimpleChunkManager implements ChunkManager{
|
||||
protected $seed;
|
||||
protected $worldHeight;
|
||||
|
||||
/**
|
||||
* SimpleChunkManager constructor.
|
||||
*
|
||||
* @param int $seed
|
||||
* @param int $worldHeight
|
||||
*/
|
||||
public function __construct($seed, int $worldHeight = Level::Y_MAX){
|
||||
$this->seed = $seed;
|
||||
$this->worldHeight = $worldHeight;
|
||||
|
Reference in New Issue
Block a user