-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Minor
-
None
-
Affects Version/s: None
Calling getAction() from InventoryClickEvent always returs InventoryAction.PLACE_ALL.
Very easy to reproduce :
@EventHandler public void onClick(final InventoryClickEvent e) { System.out.printl(e.getAction()); }