mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-04-13 09:41:09 +00:00
SPIGOT-7669: Fix typo in ProjectileHitEvent#getHitBlockFace documentation
This commit is contained in:
parent
53fa4f726f
commit
def44cbfdd
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
|
* 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
|
* @return hit face or else null
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue