diff --git a/changelogs/4.0.md b/changelogs/4.0.md index 0f3851543..e5194d5b0 100644 --- a/changelogs/4.0.md +++ b/changelogs/4.0.md @@ -329,6 +329,8 @@ However, if we add `src-namespace-prefix: pmmp\TesterPlugin` to the `plugin.yml` - The following methods have signature changes: - `Entity->entityBaseTick()` is now `protected`. - `Entity->move()` is now `protected`. + - `Entity->setPosition()` is now `protected` (use `Entity->teleport()` instead). + - `Entity->setPositionAndRotation()` is now `protected` (use `Entity->teleport()` instead). - `Living->knockBack()` now accepts `float, float, float` (the first two parameters have been removed). - `Living->getEffects()` now returns `EffectManager` instead of `Effect[]`. - The following classes have been added: