summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main/java/org/bukkit/entity/LivingEntity.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/org/bukkit/entity/LivingEntity.java b/src/main/java/org/bukkit/entity/LivingEntity.java
index 5423af84..fc41a43d 100644
--- a/src/main/java/org/bukkit/entity/LivingEntity.java
+++ b/src/main/java/org/bukkit/entity/LivingEntity.java
@@ -301,8 +301,6 @@ 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
*/