Package net.runelite.api.events
Class GraphicsObjectCreated
- java.lang.Object
-
- net.runelite.api.events.GraphicsObjectCreated
-
public final class GraphicsObjectCreated extends Object
An event where a newGraphicsObject
has been created.
-
-
Constructor Summary
Constructors Constructor Description GraphicsObjectCreated(GraphicsObject graphicsObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
GraphicsObject
getGraphicsObject()
The newly created graphics object.int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
GraphicsObjectCreated
public GraphicsObjectCreated(GraphicsObject graphicsObject)
-
-
Method Detail
-
getGraphicsObject
public GraphicsObject getGraphicsObject()
The newly created graphics object.
-
-