Uses of Class
sac.model.observers.DataPackage
Packages that use DataPackage
Package
Description
Provides the actual game logic.
Provides score calculators.
-
Uses of DataPackage in sac.model.gamemodes
Methods in sac.model.gamemodes with parameters of type DataPackageModifier and TypeMethodDescriptionvoidGameLayer.notifyAllObservers(DataPackage dataPackage) Notify all observers that listen to this GameLayer.final voidGameMode.notifyAllObservers(DataPackage dataPackage) Template method.voidLineCountLayer.notifyAllObservers(DataPackage dataPackage) voidScoreSystemLayer.notifyAllObservers(DataPackage dataPackage) Notify all score observers to calculate score incremented.voidTimedLayer.notifyAllObservers(DataPackage dataPackage) Do nothing. -
Uses of DataPackage in sac.model.observers
Methods in sac.model.observers with parameters of type DataPackageModifier and TypeMethodDescriptionvoidBackToBackObserver.update(DataPackage obj) voidComboObserver.update(DataPackage obj) voidLinearObserver.update(DataPackage obj) voidTSpinObserver.update(DataPackage obj)