Uses of Interface
jag.game.scene.entity.RSPickable
-
Packages that use RSPickable Package Description jag.game jag.game.scene org.rspeer.game.adapter.scene org.rspeer.game.provider.callback -
-
Uses of RSPickable in jag.game
Methods in jag.game that return types with arguments of type RSPickable Modifier and Type Method Description default RSNodeDeque<RSPickable>[][][]
RSClient. getPickableNodeDeques()
-
Uses of RSPickable in jag.game.scene
Methods in jag.game.scene that return types with arguments of type RSPickable Modifier and Type Method Description RSNodeDeque<RSPickable>[][][]
RSWorldMatrix. getPickableNodeDeques()
-
Uses of RSPickable in org.rspeer.game.adapter.scene
Constructors in org.rspeer.game.adapter.scene with parameters of type RSPickable Constructor Description Pickable(RSPickable provider, int x, int y, int floorLevel)
Pickable(RSPickable provider, Position position)
-
Uses of RSPickable in org.rspeer.game.provider.callback
Methods in org.rspeer.game.provider.callback with parameters of type RSPickable Modifier and Type Method Description void
EventMediator. notifyPickablesDeque(int floor, int sceneX, int sceneY, RSPickable pickable)
-