runelite-api: add getActions, imposterIds, and imposter to ObjectComposition
This commit is contained in:
@@ -28,7 +28,13 @@ public interface ObjectComposition
|
||||
{
|
||||
String getName();
|
||||
|
||||
String[] getActions();
|
||||
|
||||
int getMapSceneId();
|
||||
|
||||
int getMapIconId();
|
||||
|
||||
int[] getImpostorIds();
|
||||
|
||||
ObjectComposition getImpostor();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user