mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-04-13 09:41:09 +00:00
Fix javadoc error
This commit is contained in:
parent
8a9ecf2940
commit
8271c49085
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>
|
* Gets the raw force of the knockback. <br>
|
||||||
* This value is based on factors such as the {@link Enchantment#KNOCKBACK}
|
* This value is based on factors such as the {@link Enchantment#KNOCKBACK}
|
||||||
* level of an attacker and the
|
* 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
|
* @return the knockback force
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue