LivingEntity#setCanPickupItems has no effect on Players

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Minor
    • None
    • Affects Version/s: None

      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.

            Assignee:
            Unassigned
            Reporter:
            Jacob Crofts
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: