runelite-api: add line of sight algorithm

This commit is contained in:
WooxSolo
2018-04-28 11:32:07 -04:00
committed by Adam
parent 4b46be6eac
commit ed658df469
2 changed files with 116 additions and 0 deletions

View File

@@ -55,4 +55,6 @@ public interface Tile
LocalPoint getLocalLocation();
int getPlane();
boolean hasLineOfSightTo(Tile other);
}