Class BaseAchievementConfig.DeserializedAchievementConfig
java.lang.Object
com.csse3200.game.entities.configs.BaseAchievementConfig.DeserializedAchievementConfig
- Enclosing class:
BaseAchievementConfig
DeserializedAchievementConfig is a wrapper class for the BaseAchievementConfig class.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new DeserializedAchievementConfig. -
Method Summary
Modifier and TypeMethodDescriptionGets the config map for the achievement configs.void
setConfig
(Map<String, BaseAchievementConfig> config) Sets the config map for the achievement configs.
-
Constructor Details
-
DeserializedAchievementConfig
public DeserializedAchievementConfig()Creates a new DeserializedAchievementConfig.
-
-
Method Details
-
setConfig
Sets the config map for the achievement configs.- Parameters:
config
- the config map for the achievement configs
-
getConfig
Gets the config map for the achievement configs.- Returns:
- the config map for the achievement configs
-