mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
LevelProvider: Updated documentation
This commit is contained in:
parent
a46029c0f6
commit
f580f27ec7
@ -86,13 +86,16 @@ interface LevelProvider{
|
|||||||
public function getGeneratorOptions() : array;
|
public function getGeneratorOptions() : array;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param Chunk $chunk
|
* Saves a chunk (usually to disk).
|
||||||
*
|
*
|
||||||
* @return void
|
* @param Chunk $chunk
|
||||||
*/
|
*/
|
||||||
public function saveChunk(Chunk $chunk) : void;
|
public function saveChunk(Chunk $chunk) : void;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Loads a chunk (usually from disk storage) and returns it. If the chunk does not exist, null is returned, or an
|
||||||
|
* empty Chunk if $create is specified.
|
||||||
|
*
|
||||||
* @param int $chunkX
|
* @param int $chunkX
|
||||||
* @param int $chunkZ
|
* @param int $chunkZ
|
||||||
* @param bool $create
|
* @param bool $create
|
||||||
|
Loading…
x
Reference in New Issue
Block a user