Uses of Interface
net.runelite.api.Projectile
-
Packages that use Projectile Package Description net.runelite.api net.runelite.api.events -
-
Uses of Projectile in net.runelite.api
Methods in net.runelite.api that return Projectile Modifier and Type Method Description default Projectile
Client. createProjectile(int id, int plane, int startX, int startY, int startZ, int startCycle, int endCycle, int slope, int startHeight, int endHeight, Actor target, int targetX, int targetY)
Deprecated.Projectile
WorldView. createProjectile(int id, int plane, int startX, int startY, int startZ, int startCycle, int endCycle, int slope, int startHeight, int endHeight, Actor target, int targetX, int targetY)
Create a projectile.Methods in net.runelite.api that return types with arguments of type Projectile Modifier and Type Method Description default Deque<Projectile>
Client. getProjectiles()
Deprecated.Deque<Projectile>
WorldView. getProjectiles()
Gets a list of all projectiles currently spawned. -
Uses of Projectile in net.runelite.api.events
Methods in net.runelite.api.events that return Projectile Modifier and Type Method Description Projectile
ProjectileMoved. getProjectile()
The projectile being moved.Methods in net.runelite.api.events with parameters of type Projectile Modifier and Type Method Description void
ProjectileMoved. setProjectile(Projectile projectile)
The projectile being moved.
-