runelite-api: add getConvexHull to Actor
This commit is contained in:
@@ -68,4 +68,6 @@ public interface Actor extends Renderable
|
||||
* Returns the logical height of the actor's model. This is roughly where the health bar is drawn.
|
||||
*/
|
||||
int getLogicalHeight();
|
||||
|
||||
Polygon getConvexHull();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user