mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 07:20:24 +01:00
Fix javadoc error
By: md_5 <git@md-5.net>
This commit is contained in:
parent
4243e6b666
commit
c110a53a90
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public class EntityKnockbackEvent extends EntityEvent implements Cancellable {
|
|||
* Gets the raw force of the knockback. <br>
|
||||
* This value is based on factors such as the {@link Enchantment#KNOCKBACK}
|
||||
* level of an attacker and the
|
||||
* {@link Attribute#GENERIC_KNOCKBACK_RESISTANCE} of the entity.
|
||||
* {@link Attribute#KNOCKBACK_RESISTANCE} of the entity.
|
||||
*
|
||||
* @return the knockback force
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue