Uploaded image for project: 'Spigot'
  1. Spigot
  2. SPIGOT-2659

LivingEntity#setCanPickupItems has no effect on Players

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • None
    • 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.

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

              Created:
              Updated:
              Resolved: