Merge pull request #560 from runelite-extended/spell-info
Spell info hooks
This commit is contained in:
@@ -1653,4 +1653,7 @@ public interface Client extends GameShell
|
|||||||
|
|
||||||
void setPrintMenuActions(boolean b);
|
void setPrintMenuActions(boolean b);
|
||||||
|
|
||||||
|
String getSelectedSpellName();
|
||||||
|
|
||||||
|
boolean getIsSpellSelected();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -995,4 +995,10 @@ public interface RSClient extends RSGameShell, Client
|
|||||||
|
|
||||||
@Import("mouseRecorder")
|
@Import("mouseRecorder")
|
||||||
RSMouseRecorder getMouseRecorder();
|
RSMouseRecorder getMouseRecorder();
|
||||||
|
|
||||||
|
@Import("selectedSpellName")
|
||||||
|
String getSelectedSpellName();
|
||||||
|
|
||||||
|
@Import("isSpellSelected")
|
||||||
|
boolean getIsSpellSelected();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user