From aee7b03c1da92f9eb5baa4751ecb18501041d749 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 29 Jun 2021 19:26:02 +0100 Subject: [PATCH] changelog: fix outdated mention of ProjectileItem::getProjectileEntityClass() [ci skip] --- changelogs/4.0-snapshot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/4.0-snapshot.md b/changelogs/4.0-snapshot.md index cd6603ba45..035a3716ee 100644 --- a/changelogs/4.0-snapshot.md +++ b/changelogs/4.0-snapshot.md @@ -661,7 +661,7 @@ However, if we add `src-namespace-prefix: pmmp\TesterPlugin` to the `plugin.yml` - The following API methods have been added: - `Armor->getArmorSlot()` - `Potion->getType()`: returns a `PotionType` enum object containing information such as the applied effects - - `ProjectileItem->getProjectileEntityClass()`: returns the class of projectile to be created when thrown + - `ProjectileItem->createEntity()`: returns a new instance of the projectile entity that will be thrown - The following classes have been removed: - `ChainBoots` - `ChainChestplate`