From 310ba479b7df8c56941c0885ac79b33ad3503517 Mon Sep 17 00:00:00 2001 From: Bukkit/Spigot Date: Mon, 26 Jun 2017 08:35:15 +1000 Subject: [PATCH] SPIGOT-3379: Generalise canPickupItems to other entities. By: md_5 --- paper-api/src/main/java/org/bukkit/entity/LivingEntity.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/paper-api/src/main/java/org/bukkit/entity/LivingEntity.java b/paper-api/src/main/java/org/bukkit/entity/LivingEntity.java index 5423af84fe..fc41a43d73 100644 --- a/paper-api/src/main/java/org/bukkit/entity/LivingEntity.java +++ b/paper-api/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 */