EntityShootBowEvent: fixed incorrect field type

This commit is contained in:
Dylan K. Taylor
2021-12-07 23:35:45 +00:00
parent e0eeb87ea0
commit 3d9e19546f
2 changed files with 1 additions and 6 deletions

View File

@ -39,7 +39,7 @@ class EntityShootBowEvent extends EntityEvent implements Cancellable{
/** @var Item */
private $bow;
/** @var Projectile */
/** @var Entity */
private $projectile;
/** @var float */
private $force;