13
0
geforkt von Mirrors/Paper

SPIGOT-2659: Better JavaDoc for setCanPickupItems

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2016-09-05 17:10:50 +10:00
Ursprung 8a52090a25
Commit fef3dbb95c

Datei anzeigen

@ -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
*/