mixins: Fix DecorativeObject ConvexHulls

This commit is contained in:
Max Weber
2019-02-12 04:03:10 -07:00
parent b79d6a594e
commit 1715a369c0
3 changed files with 45 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();