runelite-api: add WorldArea

This commit is contained in:
WooxSolo
2018-04-28 11:33:49 -04:00
committed by Adam
parent ed658df469
commit ea5c1f3032
6 changed files with 673 additions and 0 deletions

View File

@@ -45,4 +45,6 @@ public interface NPCComposition
int[] getConfigs();
NPCComposition transform();
int getSize();
}