runelite-api: move getConvexHull to Model

This commit is contained in:
Adam
2018-03-20 17:44:28 -04:00
parent c7d693b5f9
commit 6f61780e68
10 changed files with 86 additions and 79 deletions

View File

@@ -56,8 +56,6 @@ public interface TileObject
Point getMinimapLocation();
Polygon getConvexHull(Model model, int orientation);
/**
* Get the on-screen clickable area of {@code object}
*