Package net.runelite.api.events
Class GraphicChanged
- java.lang.Object
-
- net.runelite.api.events.GraphicChanged
-
public class GraphicChanged extends Object
An event where the graphic of anActor
has changed.The graphic the player has changed to can be obtained using
Actor.getGraphic()
.Examples of when this event may trigger include:
- Casting a magic spell
- Using a fairy ring
- Breaking a teleport tab
- See Also:
SpotanimID
-
-
Constructor Summary
Constructors Constructor Description GraphicChanged()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
Actor
getActor()
The actor that has had their graphic changed.int
hashCode()
void
setActor(Actor actor)
The actor that has had their graphic changed.String
toString()
-