Package com.ordwen.odailyquests.files
Class APluginFile
java.lang.Object
com.ordwen.odailyquests.files.APluginFile
- All Implemented Interfaces:
IPluginFile
- Direct Known Subclasses:
ConfigurationFile
,MessagesFile
,PlayerInterfaceFile
,ProgressionFile
,TotalRewardsFile
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.bukkit.configuration.file.FileConfiguration
protected File
protected final ODailyQuests
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.ordwen.odailyquests.files.IPluginFile
load
-
Field Details
-
plugin
-
config
protected org.bukkit.configuration.file.FileConfiguration config -
file
-
-
Constructor Details
-
APluginFile
-
-
Method Details
-
getConfig
public org.bukkit.configuration.file.FileConfiguration getConfig()Description copied from interface:IPluginFile
Get the configuration of the plugin file.- Specified by:
getConfig
in interfaceIPluginFile
- Returns:
- the configuration
-
getFile
Description copied from interface:IPluginFile
Get the file of the plugin file.- Specified by:
getFile
in interfaceIPluginFile
- Returns:
- the file
-