PlayerInteractEvent fires when item is dropped

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Minor
    • None
    • Affects Version/s: None
    • None
    • 1.15.2
    • Yes

      While holding an item and dropping it the air theĀ PlayerInteractEvent fires with Action.LEFT_CLICK_AIR

      @EventHandler
      public void onPlayerUse(PlayerInteractEvent e) {
          Player player = e.getPlayer();
          player.sendMessage(e.getAction().toString());
      }
      

            Assignee:
            Unassigned
            Reporter:
            daniel_crime
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: