Package org.rspeer.game.scene
Class Pickables
- java.lang.Object
-
- org.rspeer.game.scene.Pickables
-
public class Pickables extends Object
Provides access to the gamesPickables- also known as ground items
-
-
Constructor Summary
Constructors Constructor Description Pickables()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SceneNodeQueryResults<Pickable>getAt(RSWorldMatrix matrix, Coord position)static SceneNodeQueryResults<Pickable>getAt(RSWorldMatrix matrix, Position position)static SceneNodeQueryResults<Pickable>getAt(Coord position)static SceneNodeQueryResults<Pickable>getAt(Position position)static SceneNodeQueryResults<Pickable>getLoaded()static SceneNodeQueryResults<Pickable>getLoaded(RSWorldMatrix matrix)static PickableQueryquery()static PickableQueryquery(RSWorldMatrix matrix)
-
-
-
Method Detail
-
query
public static PickableQuery query()
-
query
public static PickableQuery query(RSWorldMatrix matrix)
-
getAt
public static SceneNodeQueryResults<Pickable> getAt(Coord position)
-
getAt
public static SceneNodeQueryResults<Pickable> getAt(RSWorldMatrix matrix, Coord position)
-
getAt
public static SceneNodeQueryResults<Pickable> getAt(Position position)
-
getAt
public static SceneNodeQueryResults<Pickable> getAt(RSWorldMatrix matrix, Position position)
-
getLoaded
public static SceneNodeQueryResults<Pickable> getLoaded()
-
getLoaded
public static SceneNodeQueryResults<Pickable> getLoaded(RSWorldMatrix matrix)
-
-