[SPIGOT-2659] LivingEntity#setCanPickupItems has no effect on Players Created: 04/Sep/16  Updated: 05/Sep/16  Resolved: 05/Sep/16

Status: Resolved
Project: Spigot
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Minor
Reporter: Jacob Crofts Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: 1.10


 Description   

Title says it all.

Example:

System.out.println(player.getCanPickupItems()); // => false
player.setCanPickupItems(true);
System.out.println(player.getCanPickupItems()); // => false

Nothing in the documentation suggests that I shouldn't be able to use this method on a Player.



 Comments   
Comment by md_5 [ 05/Sep/16 ]

JavaDoc updated.

Generated at Tue Mar 18 21:01:40 UTC 2025 using Jira 10.3.3#10030003-sha1:d220e3fefc8dfc6d47f522d3b9a20c1455e12b7b.