Uses of Class
sac.model.gamemodes.ScoreSystemLayer
Packages that use ScoreSystemLayer
Package
Description
Controllers for Tetris view.
Provides the actual game logic.
-
Uses of ScoreSystemLayer in sac.control
Fields in sac.control declared as ScoreSystemLayerModifier and TypeFieldDescriptionprotected static ScoreSystemLayer
ControllerFactory.scoreSystemLayer
Methods in sac.control with parameters of type ScoreSystemLayerModifier and TypeMethodDescriptionprotected void
ScoreController.setScoreLayer
(ScoreSystemLayer scoreLayer) -
Uses of ScoreSystemLayer in sac.model.gamemodes
Methods in sac.model.gamemodes that return ScoreSystemLayerModifier and TypeMethodDescriptionScoreSystemLayer.addScoreObserver
(ScoreObserver scoreObserver) Add a score observer (Add a score calculation scheme).