Uses of Class
model.GameSettings
Packages that use GameSettings
-
Uses of GameSettings in controller
Constructors in controller with parameters of type GameSettingsModifierConstructorDescriptionGame(UserDetails userDetails, GameSettings gameSettings, UserViewInterface userControlPanel) Construct our game. -
Uses of GameSettings in dao
Methods in dao with parameters of type GameSettingsModifier and TypeMethodDescriptionstatic voidGameSettingsDAOText.loadData(UserDetails userWanted, GameSettings gameSettingsWanted) Loads settings data for the settings last played by the userstatic voidGameSettingsDAOText.saveData(UserDetails userForWhichGameSettingsAreToBeSaved, GameSettings gameSettingsToBeSaved) Saves data of given objects to the database. -
Uses of GameSettings in model
Methods in model that return GameSettingsMethods in model with parameters of type GameSettingsConstructors in model with parameters of type GameSettings