Uses of Class
org.rspeer.game.query.results.SceneNodeQueryResults
Packages that use SceneNodeQueryResults
-
Uses of SceneNodeQueryResults in org.rspeer.game.query.results
Subclasses of SceneNodeQueryResults in org.rspeer.game.query.resultsSubclasses with type arguments of type SceneNodeQueryResults in org.rspeer.game.query.resultsMethods in org.rspeer.game.query.results that return SceneNodeQueryResultsModifier and TypeMethodDescriptionSceneNodeQueryResults.distinct()SceneObjectQueryResults.distinct()SceneNodeQueryResults.self()final SceneNodeQueryResults<T> SceneNodeQueryResults.sortByDistance()final SceneNodeQueryResults<T> SceneNodeQueryResults.sortByDistance(DistanceEvaluator eval) final SceneNodeQueryResults<T> SceneNodeQueryResults.sortByDistanceFrom(DistanceEvaluator eval, SceneNode src) final SceneNodeQueryResults<T> SceneNodeQueryResults.sortByDistanceFrom(SceneNode src) -
Uses of SceneNodeQueryResults in org.rspeer.game.query.scene
Subclasses with type arguments of type SceneNodeQueryResults in org.rspeer.game.query.sceneModifier and TypeClassDescriptionclassSceneNodeQuery<T extends SceneNode, Q extends SceneNodeQuery<T,Q>> -
Uses of SceneNodeQueryResults in org.rspeer.game.scene
Methods in org.rspeer.game.scene that return SceneNodeQueryResultsModifier and TypeMethodDescriptionstatic SceneNodeQueryResults<Pickable> static SceneNodeQueryResults<Pickable> static SceneNodeQueryResults<Pickable> static SceneNodeQueryResults<Pickable> static SceneNodeQueryResults<EffectObject> EffectObjects.getLoaded()static SceneNodeQueryResults<EffectObject> EffectObjects.getLoaded(boolean ignoreFinishedCheck) static SceneNodeQueryResults<EffectObject> EffectObjects.getLoaded(jag.oldscape.RSWorldMatrix matrix) static SceneNodeQueryResults<EffectObject> EffectObjects.getLoaded(jag.oldscape.RSWorldMatrix matrix, boolean ignoreFinishedCheck) static SceneNodeQueryResults<Npc> Npcs.getLoaded()static SceneNodeQueryResults<Npc> Npcs.getLoaded(jag.oldscape.RSWorldMatrix matrix) static SceneNodeQueryResults<Pickable> Pickables.getLoaded()static SceneNodeQueryResults<Pickable> Pickables.getLoaded(jag.oldscape.RSWorldMatrix matrix) static SceneNodeQueryResults<Player> Players.getLoaded()static SceneNodeQueryResults<Player> Players.getLoaded(jag.oldscape.RSWorldMatrix matrix) static SceneNodeQueryResults<Projectile> Projectiles.getLoaded()static SceneNodeQueryResults<Projectile> Projectiles.getLoaded(boolean ignoreStartedCheck) static SceneNodeQueryResults<SceneObject> SceneObjects.getLoaded(boolean includeOtherFloors) static SceneNodeQueryResults<SceneObject> SceneObjects.getLoaded(jag.oldscape.RSWorldMatrix matrix, boolean includeOtherFloors)