Package net.runelite.api.events
Class HitsplatApplied
- java.lang.Object
-
- net.runelite.api.events.HitsplatApplied
-
public class HitsplatApplied extends Object
-
-
Constructor Summary
Constructors Constructor Description HitsplatApplied()
-
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 the hitsplat was applied to.Hitsplat
getHitsplat()
The applied hitsplat.int
hashCode()
void
setActor(Actor actor)
The actor the hitsplat was applied to.void
setHitsplat(Hitsplat hitsplat)
The applied hitsplat.String
toString()
-
-
-
Method Detail
-
getActor
public Actor getActor()
The actor the hitsplat was applied to.
-
getHitsplat
public Hitsplat getHitsplat()
The applied hitsplat.
-
setActor
public void setActor(Actor actor)
The actor the hitsplat was applied to.
-
setHitsplat
public void setHitsplat(Hitsplat hitsplat)
The applied hitsplat.
-
canEqual
protected boolean canEqual(Object other)
-
-