From 1262b067974ebebad844d63a943bca2bdfbe163b Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 19 Aug 2019 17:22:22 +0100 Subject: [PATCH] [ci skip] update changelog --- changelogs/4.0-snapshot.md | 1 + 1 file changed, 1 insertion(+) 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()`