PlayerQuery |
PlayerQuery.alive() |
Filters players who are alive (not dead).
|
PlayerQuery |
PlayerQuery.interactingWith(net.runelite.api.Actor actor) |
Filters players who are interacting with a specific actor.
|
PlayerQuery |
PlayerQuery.interactingWithLocal() |
Filters players who are interacting with the local player.
|
PlayerQuery |
PlayerQuery.notLocalPlayer() |
Excludes the local player from the query results.
|
PlayerQuery |
PlayerQuery.sortByDistance(boolean closest) |
Sorts players by their distance from the local player.
|
PlayerQuery |
PlayerQuery.withinDistance(int distance) |
Filters players within a specific distance from the local player.
|
PlayerQuery |
PlayerQuery.withinLevel(int low,
int high) |
Filters players whose combat level is within a specified range
(inclusive).
|