Merge pull request #800 from sdburns1998/upstreamyboy

Upstreamyboy
This commit is contained in:
Kyleeld
2019-06-28 23:56:13 +01:00
committed by GitHub
39 changed files with 470 additions and 96 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);