Skip to content

Commit cc89c53

Browse files
committed
docs: fix BlockPlaceEvent property names in changelog
1 parent cf651ed commit cc89c53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
- **BREAKING**: Replaced `asPlayer()`, `asMob()`, `asConsole()`, etc. with `as<T>()`/`is<T>()` on all `CommandSender`
2626
and `Actor` subtypes. In Python, use `isinstance()` as before.
2727
- **BREAKING**: `Player` no longer inherits from `OfflinePlayer`.
28-
- **BREAKING**: `BlockPlaceEvent.get_block()` now returns the placed block instead of the replaced block.
29-
`getBlockPlacedState`/`getBlockReplaced` renamed to `getBlockPlaced`/`getBlockReplacedState` to match Bukkit.
28+
- **BREAKING**: `BlockPlaceEvent.block` now returns the placed block instead of the replaced block.
29+
`block_placed_state`/`block_replaced` renamed to `block_placed`/`block_replaced_state` to match Bukkit.
3030

3131

3232
### Fixed

0 commit comments

Comments
 (0)