Update Client.java

This commit is contained in:
Kyle
2020-03-23 13:05:48 +00:00
committed by GitHub
parent a51724244f
commit 6a7da81f0f

View File

@@ -1818,6 +1818,11 @@ public interface Client extends GameShell
*/ */
int getIf1DraggedItemIndex(); int getIf1DraggedItemIndex();
/**
* If a widget is in target mode?
*/
boolean getSpellSelected();
/** /**
* Sets if a widget is in target mode * Sets if a widget is in target mode
*/ */