Package net.runelite.api.events
Class ProjectileSpawned
- java.lang.Object
-
- net.runelite.api.events.ProjectileSpawned
-
public class ProjectileSpawned extends java.lang.ObjectAn event called whenever aProjectilehas spawned.
-
-
Constructor Summary
Constructors Constructor Description ProjectileSpawned()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)ProjectilegetProjectile()The spawned projectile.inthashCode()voidsetProjectile(Projectile projectile)The spawned projectile.java.lang.StringtoString()
-
-
-
Method Detail
-
getProjectile
public Projectile getProjectile()
The spawned projectile.
-
setProjectile
public void setProjectile(Projectile projectile)
The spawned projectile.
-
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
-
-