diff --git a/paper-api/src/main/java/org/bukkit/event/entity/EntityKnockbackEvent.java b/paper-api/src/main/java/org/bukkit/event/entity/EntityKnockbackEvent.java index 9355efbbd4..692c601019 100644 --- a/paper-api/src/main/java/org/bukkit/event/entity/EntityKnockbackEvent.java +++ b/paper-api/src/main/java/org/bukkit/event/entity/EntityKnockbackEvent.java @@ -50,7 +50,7 @@ public class EntityKnockbackEvent extends EntityEvent implements Cancellable { * Gets the raw force of the knockback.
* 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 */