diff --git a/paper-api/src/main/java/io/papermc/paper/datacomponent/item/blocksattacks/ItemDamageFunction.java b/paper-api/src/main/java/io/papermc/paper/datacomponent/item/blocksattacks/ItemDamageFunction.java index 965b12fc66..e7301fc1f5 100644 --- a/paper-api/src/main/java/io/papermc/paper/datacomponent/item/blocksattacks/ItemDamageFunction.java +++ b/paper-api/src/main/java/io/papermc/paper/datacomponent/item/blocksattacks/ItemDamageFunction.java @@ -40,14 +40,14 @@ public interface ItemDamageFunction { /** * Get the fraction of the dealt damage that should be applied to the item, if threshold is passed. * - * @return the base + * @return the factor */ float factor(); /** * Get the damage to apply for the item. * - * @apiNote this doesn't apply enchantments like {@link org.bukkit.enchantments.Enchantment#UNBREAKING}} + * @apiNote this doesn't apply enchantments like {@link org.bukkit.enchantments.Enchantment#UNBREAKING} * @return the damage to apply */ int damageToApply(float damage);