Package fr.multimc.api.commons.data
Class DataSourceLoader
java.lang.Object
fr.multimc.api.commons.data.DataSourceLoader
-
Constructor Summary
ConstructorsConstructorDescriptionDataSourceLoader
(@NotNull org.bukkit.configuration.file.FileConfiguration config, File dataFolder, Logger logger) Create a new DataSourceLoader -
Method Summary
Modifier and TypeMethodDescription@Nullable IDataSource
Load the data source from the config file
-
Constructor Details
-
Method Details
-
loadDataSource
Load the data source from the config file- Returns:
IDataSource
and throw an error if unknown data source type
-