InventoryClickEvent Hotbar's slot aren't in range

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

      Latest spigot version (spigot-1.11.2) And latest craftbukkit (1.11.2) (cannot check with vanilla)

      All got with BuilTools --rev latest

      Manjaro + KDE (x64)

      Only one mod (to find the slot number)

      When the player clicks in the hotbar inventory, checking the relative slots of InventoryClickEvent (#getSlot()) The slots do not map from 0 to 8 (like they should do) but they are (from right to left) [36, 37, 38, 39, 40, 0, 1, 2, 3]
      This doesn't happen in any other vanilla inventory other than the player's normal inv.

      code used to check:

      @EventHandler(ignoreCancelled = true, priority = EventPriority.NORMAL)
      protected void onPlayerClick(InventoryClickEvent e) {
          System.out.println(e.getSlotType().name() + ", raw:" + e.getRawSlot() + "->" + e.getSlot());
      }//+ The rest of the listener, the main class for loading it and the plugin.yml file
      

            Assignee:
            Unassigned
            Reporter:
            Rossi Lorenzo
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: