summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/java/org/bukkit/entity/LivingEntity.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/org/bukkit/entity/LivingEntity.java b/src/main/java/org/bukkit/entity/LivingEntity.java
index 69eda6de..a938b619 100644
--- a/src/main/java/org/bukkit/entity/LivingEntity.java
+++ b/src/main/java/org/bukkit/entity/LivingEntity.java
@@ -338,6 +338,8 @@ public interface LivingEntity extends Attributable, Entity, Damageable, Projecti
/**
* Sets whether or not the living entity can pick up items.
+ * <p>
+ * This method has no effect on a {@link HumanEntity}.
*
* @param pickup whether or not the living entity can pick up items
*/