interface styles: add RuneScape cross sprites option

This commit is contained in:
sdburns1998
2019-06-29 00:25:41 +02:00
parent b98c40bd4f
commit 94b35239b8
12 changed files with 96 additions and 0 deletions

View File

@@ -1626,6 +1626,10 @@ public interface Client extends GameShell
* Returns client item composition cache
*/
NodeCache getItemDefinitionCache();
/**
* Returns the array of cross sprites that appear and animate when left-clicking
*/
Sprite[] getCrossSprites();
EnumDefinition getEnum(int id);