Package net.runelite.api.queries
Class GameObjectQuery
- java.lang.Object
-
- net.runelite.api.Query<EntityType,QueryType,LocatableQueryResults<EntityType>>
-
- net.runelite.api.queries.LocatableQuery<EntityType,QueryType>
-
- net.runelite.api.queries.TileObjectQuery<GameObject,GameObjectQuery>
-
- net.runelite.api.queries.GameObjectQuery
-
public class GameObjectQuery extends TileObjectQuery<GameObject,GameObjectQuery>
-
-
Constructor Summary
Constructors Constructor Description GameObjectQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocatableQueryResults<GameObject>result(Client client)Executes the query and filters through possible objects, returning only those who evaluate true usingQuery.predicate.-
Methods inherited from class net.runelite.api.queries.TileObjectQuery
actionEquals, filter, getTiles, idEquals, idEquals, nameEquals
-
Methods inherited from class net.runelite.api.queries.LocatableQuery
atLocalLocation, atWorldLocation, isWithinArea, isWithinDistance, isWithinDistance
-
-
-
-
Method Detail
-
result
public LocatableQueryResults<GameObject> result(Client client)
Description copied from class:QueryExecutes the query and filters through possible objects, returning only those who evaluate true usingQuery.predicate.- Specified by:
resultin classQuery<GameObject,GameObjectQuery,LocatableQueryResults<GameObject>>- Parameters:
client- the game client- Returns:
- the matching objects
-
-