Package net.runelite.api
Interface GroundObject
-
- All Superinterfaces:
TileObject
public interface GroundObject extends TileObject
Represents an object on the ground of a tile.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Shape
getConvexHull()
Gets the convex hull of the objects model.Renderable
getRenderable()
-
Methods inherited from interface net.runelite.api.TileObject
getCanvasLocation, getCanvasLocation, getCanvasTextLocation, getCanvasTilePoly, getClickbox, getHash, getId, getLocalLocation, getMinimapLocation, getPlane, getWorldLocation, getX, getY
-
-
-
-
Method Detail
-
getRenderable
Renderable getRenderable()
-
-