mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 01:06:01 +01:00
SPIGOT-2659: Better JavaDoc for setCanPickupItems
By: md_5 <git@md-5.net>
This commit is contained in:
parent
8a52090a25
commit
fef3dbb95c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue