diff --git a/changelogs/4.0-snapshot.md b/changelogs/4.0-snapshot.md index 9d7539981..632cf4420 100644 --- a/changelogs/4.0-snapshot.md +++ b/changelogs/4.0-snapshot.md @@ -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`: