From d01a9a06ad79797315c75c9f64f65b9982356e30 Mon Sep 17 00:00:00 2001 From: md_5 Date: Mon, 26 Jun 2017 08:35:15 +1000 Subject: SPIGOT-3379: Generalise canPickupItems to other entities. --- src/main/java/org/bukkit/entity/LivingEntity.java | 2 -- 1 file changed, 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. - *

- * This method has no effect on a {@link HumanEntity}. * * @param pickup whether or not the living entity can pick up items */ -- cgit v1.2.3