api: add object composition cache accessor
This commit is contained in:
@@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user