diff --git a/paper-api/src/main/java/org/bukkit/entity/Damageable.java b/paper-api/src/main/java/org/bukkit/entity/Damageable.java index fc4d3bcd9b..a934184994 100644 --- a/paper-api/src/main/java/org/bukkit/entity/Damageable.java +++ b/paper-api/src/main/java/org/bukkit/entity/Damageable.java @@ -49,6 +49,10 @@ public interface Damageable extends Entity { /** * Sets the entity's absorption amount. + *
+ * Note: The amount is capped to the value of + * {@link Attribute#GENERIC_MAX_ABSORPTION}. The effect of this method on + * that attribute is currently unspecified and subject to change. * * @param amount new absorption amount from 0 * @throws IllegalArgumentException thrown if health is {@literal < 0} or