mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 09:26:06 +00:00
Chunks no longer contain their own coordinates
This commit is contained in:
@ -39,5 +39,5 @@ interface WritableWorldProvider extends WorldProvider{
|
||||
/**
|
||||
* Saves a chunk (usually to disk).
|
||||
*/
|
||||
public function saveChunk(Chunk $chunk) : void;
|
||||
public function saveChunk(int $chunkX, int $chunkZ, Chunk $chunk) : void;
|
||||
}
|
||||
|
Reference in New Issue
Block a user