Package net.runelite.api.events
Class HitsplatApplied
- java.lang.Object
-
- net.runelite.api.events.HitsplatApplied
-
public class HitsplatApplied extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HitsplatApplied()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)ActorgetActor()The actor the hitsplat was applied to.HitsplatgetHitsplat()The applied hitsplat.inthashCode()voidsetActor(Actor actor)The actor the hitsplat was applied to.voidsetHitsplat(Hitsplat hitsplat)The applied hitsplat.java.lang.StringtoString()
-
-
-
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.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-