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