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