api: add object composition cache accessor

This commit is contained in:
Adam
2022-05-05 19:42:08 -04:00
parent 230db67f07
commit d6260f247f

View File

@@ -1920,6 +1920,12 @@ public interface Client extends OAuthApi, GameEngine
*/ */
NodeCache getItemCompositionCache(); NodeCache getItemCompositionCache();
/**
* Returns client object composition cache
* @return
*/
NodeCache getObjectCompositionCache();
/** /**
* Returns the array of cross sprites that appear and animate when left-clicking * Returns the array of cross sprites that appear and animate when left-clicking
*/ */