runelite-api: add getActions, imposterIds, and imposter to ObjectComposition

This commit is contained in:
Seth
2018-01-22 21:01:12 -06:00
committed by Adam
parent 6cfb5d4978
commit b8a6ffa3a0
2 changed files with 15 additions and 0 deletions

View File

@@ -28,7 +28,13 @@ public interface ObjectComposition
{
String getName();
String[] getActions();
int getMapSceneId();
int getMapIconId();
int[] getImpostorIds();
ObjectComposition getImpostor();
}