Uses of Class
org.rspeer.game.adapter.scene.Pickable
-
Packages that use Pickable Package Description org.rspeer.game.action.tree org.rspeer.game.event org.rspeer.game.minimenu org.rspeer.game.provider.model org.rspeer.game.query.scene org.rspeer.game.scene -
-
Uses of Pickable in org.rspeer.game.action.tree
Methods in org.rspeer.game.action.tree that return Pickable Modifier and Type Method Description Pickable
PickableAction. getSource()
-
Uses of Pickable in org.rspeer.game.event
Constructors in org.rspeer.game.event with parameters of type Pickable Constructor Description PickableSpawnEvent(Pickable source)
Constructs a prototypical Event. -
Uses of Pickable in org.rspeer.game.minimenu
Methods in org.rspeer.game.minimenu with parameters of type Pickable Modifier and Type Method Description static long
MiniMenu. getUid(Pickable p)
-
Uses of Pickable in org.rspeer.game.provider.model
Methods in org.rspeer.game.provider.model with parameters of type Pickable Modifier and Type Method Description void
ModelOutlineRenderer. drawOutline(RSClient client, Pickable pickable, int outlineWidth, Color color, int feather)
-
Uses of Pickable in org.rspeer.game.query.scene
Methods in org.rspeer.game.query.scene that return types with arguments of type Pickable Modifier and Type Method Description Supplier<List<Pickable>>
PickableQuery. getDefaultProvider()
Methods in org.rspeer.game.query.scene with parameters of type Pickable Modifier and Type Method Description boolean
PickableQuery. test(Pickable item)
Constructor parameters in org.rspeer.game.query.scene with type arguments of type Pickable Constructor Description PickableQuery(Supplier<List<Pickable>> provider)
-
Uses of Pickable in org.rspeer.game.scene
Methods in org.rspeer.game.scene that return types with arguments of type Pickable Modifier and Type Method Description static SceneNodeQueryResults<Pickable>
Pickables. getAt(Position position)
static SceneNodeQueryResults<Pickable>
Pickables. getLoaded()
-