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(Position position)
static SceneNodeQueryResults<Pickable>
getLoaded()
static PickableQuery
query()
-
-
-
Method Detail
-
query
public static PickableQuery query()
-
getAt
public static SceneNodeQueryResults<Pickable> getAt(Position position)
-
getLoaded
public static SceneNodeQueryResults<Pickable> getLoaded()
-
-