mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
[ci skip] changelog: document more misc API changes
This commit is contained in:
parent
74572fde08
commit
fec8c75fd8
@ -92,6 +92,7 @@ This version features substantial changes to the network system, improving coher
|
||||
- The following API methods have been removed:
|
||||
- `Block->canPassThrough()`
|
||||
- `Block->setDamage()`
|
||||
- `Block::get()`: this was superseded by `BlockFactory::get()` a long time ago
|
||||
- The following classes have been renamed:
|
||||
- `BlockIds` -> `BlockLegacyIds`
|
||||
- `CobblestoneWall` -> `Wall`
|
||||
@ -674,6 +675,7 @@ This version features substantial changes to the network system, improving coher
|
||||
- `World->getRandomTickedBlocks()` now returns `bool[]` instead of `SplFixedArray`.
|
||||
- `World->addRandomTickedBlock()` now accepts `Block` instead of `int, int`.
|
||||
- `World->removeRandomTickedBlock()` now accepts `Block` instead of `int, int`.
|
||||
- `World->setBlock()` has had the `$direct` parameter removed.
|
||||
- The following API methods have been renamed / moved:
|
||||
- `Level->getCollisionCubes()` -> `World->getCollisionBoxes()`
|
||||
- Extracted a unit `pocketmine\world\format\io\FastChunkSerializer` from `Chunk`:
|
||||
|
Loading…
x
Reference in New Issue
Block a user