Package com.ordwen.odailyquests.files
Interface IPluginFile
- All Known Implementing Classes:
APluginFile,ConfigurationFile,MessagesFile,PlayerInterfaceFile,ProgressionFile,TotalRewardsFile
public interface IPluginFile
-
Method Summary
-
Method Details
-
load
void load()Load the plugin file. -
getConfig
org.bukkit.configuration.file.FileConfiguration getConfig()Get the configuration of the plugin file.- Returns:
- the configuration
-
getFile
File getFile()Get the file of the plugin file.- Returns:
- the file
-