client: add inventory grid plugin

Co-authored-by: Jeremy Plsek <jeremyplsek@gmail.com>
This commit is contained in:
Adam
2019-06-02 20:02:32 -04:00
committed by Adam
parent 57f60a36e4
commit 16bd84db3c
5 changed files with 264 additions and 0 deletions

View File

@@ -1605,6 +1605,19 @@ public interface Client extends GameEngine
void checkClickbox(Model model, int orientation, int pitchSin, int pitchCos, int yawSin, int yawCos, int x, int y, int z, long hash);
/**
* Get the if1 widget whose item is being dragged
*
* @return
*/
Widget getIf1DraggedWidget();
/**
* Get the item index of the item being dragged on an if1 widget
* @return
*/
int getIf1DraggedItemIndex();
/**
* Sets if a widget is in target mode
*/