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