-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
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());
}
- duplicates
-
SPIGOT-5632 Dropping an item while targetting air causes a PlayerInteractEvent
- Resolved