diff --git a/changelogs/4.0-snapshot.md b/changelogs/4.0-snapshot.md index 6bf61bcc05..09ada3c52a 100644 --- a/changelogs/4.0-snapshot.md +++ b/changelogs/4.0-snapshot.md @@ -154,6 +154,7 @@ This version features substantial changes to the network system, improving coher ### Entity #### General +- `Entity` no longer extends from `Location`. `Entity->getLocation()` and `Entity->getPosition()` should be used instead. - The following API methods have been added: - `ItemEntity->getDespawnDelay()` - `ItemEntity->setDespawnDelay()`