Merge pull request #7824 from Abextm/decorative-hulls

Fix DecorativeObject ConvexHulls
This commit is contained in:
Adam
2019-02-16 19:15:18 -05:00
committed by GitHub
4 changed files with 51 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ public interface DecorativeObject extends TileObject
* @see net.runelite.api.model.Jarvis
*/
Polygon getConvexHull();
Polygon getConvexHull2();
Renderable getRenderable();
Renderable getRenderable2();