public class Projectiles extends SimpleIdQuery<SimpleProjectile>
| Constructor and Description |
|---|
Projectiles(ClientContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<net.runelite.api.Projectile> |
getActiveProjectiles()
will return a list of all projectiles in your client
|
boolean |
projectileActive(int id)
will return if a projectile with the id {id} is currently in your client
|
filtercontains, filter, isEmpty, iterator, next, peekNext, populate, population, reverse, shuffle, size, sort, toStreampublic Projectiles(ClientContext ctx)
public boolean projectileActive(int id)
id - public java.util.List<net.runelite.api.Projectile> getActiveProjectiles()