mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +00:00
[ci skip] changelog: fixed typo
This commit is contained in:
parent
c70c0b55df
commit
a90f8601d4
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user