changelog: fix outdated mention of ProjectileItem::getProjectileEntityClass()

[ci skip]
This commit is contained in:
Dylan K. Taylor 2021-06-29 19:26:02 +01:00
parent 35ad199b11
commit aee7b03c1d
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -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`