[ci skip] changelog: fixed typo

This commit is contained in:
Dylan K. Taylor 2021-01-12 21:29:23 +00:00
parent c70c0b55df
commit a90f8601d4
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -852,7 +852,7 @@ This version features substantial changes to the network system, improving coher
- `World->loadChunk()` now returns `?Chunk`, and the `$create` parameter has been removed.
- `World->getChunk()` no longer accepts a `$create` parameter.
- `World->updateAllLight()` now accepts `int, int, int` instead of `Vector3`.
- `ChunkManager->setChunk()` (and its notable implementations in `World` and `SimpleChunkManager` no longer accepts NULL for the `$chunk` parameter.
- `ChunkManager->setChunk()` (and its notable implementations in `World` and `SimpleChunkManager`) no longer accepts NULL for the `$chunk` parameter.
- `Chunk->__construct()` now has the signature `array<int, SubChunk> $subChunks, ?list<CompoundTag> $entities, ?list<CompoundTag> $tiles, ?BiomeArray $biomeArray, ?HeightArray $heightArray`.
- `Chunk->getSubChunk()` now returns `SubChunk` instead of `SubChunkInterface|null` (and throws `InvalidArgumentException` on out-of-bounds coordinates).
- `Chunk->setSubChunk()` no longer accepts `SubChunkInterface`, and the `$allowEmpty` parameter has been removed.