mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-17 10:41:41 +01:00
SPIGOT-7669: Fix typo in ProjectileHitEvent#getHitBlockFace documentation
By: Doc <nachito94@msn.com>
This commit is contained in:
parent
25c8c8a3da
commit
6a3d5c24c2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue