Merge branch 'next-minor'

This commit is contained in:
Dylan K. Taylor
2019-12-12 13:52:14 +00:00
12 changed files with 81 additions and 16 deletions

View File

@@ -2042,7 +2042,7 @@ class World implements ChunkManager{
* @param int $x
* @param int $z
*
* @return Chunk[]
* @return (Chunk|null)[]
*/
public function getAdjacentChunks(int $x, int $z) : array{
$result = [];