Uses of Interface
net.runelite.api.GraphicsObject
-
Packages that use GraphicsObject Package Description net.runelite.api net.runelite.api.events -
-
Uses of GraphicsObject in net.runelite.api
Methods in net.runelite.api that return types with arguments of type GraphicsObject Modifier and Type Method Description default Deque<GraphicsObject>
Client. getGraphicsObjects()
Deprecated.Deque<GraphicsObject>
WorldView. getGraphicsObjects()
Gets a list of all graphics objects currently drawn. -
Uses of GraphicsObject in net.runelite.api.events
Methods in net.runelite.api.events that return GraphicsObject Modifier and Type Method Description GraphicsObject
GraphicsObjectCreated. getGraphicsObject()
The newly created graphics object.Constructors in net.runelite.api.events with parameters of type GraphicsObject Constructor Description GraphicsObjectCreated(GraphicsObject graphicsObject)
-