SPIGOT-7669: Fix typo in ProjectileHitEvent#getHitBlockFace documentation

By: Doc <nachito94@msn.com>
This commit is contained in:
Bukkit/Spigot 2024-05-20 21:56:11 +10:00
parent 25c8c8a3da
commit 6a3d5c24c2

View File

@ -60,7 +60,7 @@ public class ProjectileHitEvent extends EntityEvent implements Cancellable {
/**
* Gets the block face that was hit, if it was a block that was hit and the
* face was provided in the vent.
* face was provided in the event.
*
* @return hit face or else null
*/