[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. |