interface styles: add RuneScape cross sprites option

This commit is contained in:
Lotto
2019-06-05 02:49:46 +02:00
committed by Adam
parent 473d447ec7
commit 8d4fff459c
12 changed files with 97 additions and 0 deletions

View File

@@ -1632,6 +1632,11 @@ public interface Client extends GameEngine
*/
NodeCache getItemCompositionCache();
/**
* Returns the array of cross sprites that appear and animate when left-clicking
*/
SpritePixels[] getCrossSprites();
EnumComposition getEnum(int id);
void draw2010Menu();