You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
With the current implementation its hard to build things that use drag and drop like a filebrowser. Because you have to manually save the last clicked itemstack.
Describe the solution you'd like
Add a method to get the last itemstack that was on the cursor.
The text was updated successfully, but these errors were encountered:
In the KelpClickEvent you can provide a DragAndDrop object which contains an action (drag or drop), the KelpItem which can be null and if dropped the target KelpItem which is simply the item clicked. This should be included so you only need to pass the DragAndDrop object to a method
Is your feature request related to a problem? Please describe
With the current implementation its hard to build things that use drag and drop like a filebrowser. Because you have to manually save the last clicked itemstack.
Describe the solution you'd like
Add a method to get the last itemstack that was on the cursor.
The text was updated successfully, but these errors were encountered: