runelite-api: add WorldArea

This commit is contained in:
WooxSolo
2018-04-28 11:36:53 -04:00
committed by Adam
parent ed658df469
commit ea5c1f3032
6 changed files with 673 additions and 0 deletions
@@ -68,4 +68,8 @@ public interface RSNPCComposition extends NPCComposition
@Import("transform")
@Override
RSNPCComposition transform();
@Import("size")
@Override
int getSize();
}