runelite-api: add convexhull to wallobject
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
*/
|
||||
package net.runelite.api;
|
||||
|
||||
import java.awt.Polygon;
|
||||
|
||||
/**
|
||||
* Represents one or two walls on a tile
|
||||
*/
|
||||
@@ -55,6 +57,15 @@ public interface WallObject extends TileObject
|
||||
*/
|
||||
int getConfig();
|
||||
|
||||
/**
|
||||
* Gets the convex hull of the objects model.
|
||||
*
|
||||
* @return the convex hull
|
||||
* @see net.runelite.api.model.Jarvis
|
||||
*/
|
||||
Polygon getConvexHull();
|
||||
Polygon getConvexHull2();
|
||||
|
||||
Renderable getRenderable1();
|
||||
Renderable getRenderable2();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user