Export ItemCompositionCache

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2019-02-12 12:24:02 +00:00
parent 25e05d9706
commit d59e7846d7
2 changed files with 9 additions and 0 deletions

View File

@@ -1574,4 +1574,9 @@ public interface Client extends GameEngine
* Sets if a widget is in target mode
*/
void setSpellSelected(boolean selected);
/**
* Returns client item composition cache
*/
NodeCache getItemCompositionCache();
}

View File

@@ -785,6 +785,10 @@ public interface RSClient extends RSGameEngine, Client
@Override
RSNodeCache getWidgetSpriteCache();
@Import("items")
@Override
RSNodeCache getItemCompositionCache();
@Import("oculusOrbState")
@Override
int getOculusOrbState();