Class APluginFile

java.lang.Object
com.ordwen.odailyquests.files.APluginFile
All Implemented Interfaces:
IPluginFile
Direct Known Subclasses:
ConfigurationFile, MessagesFile, PlayerInterfaceFile, ProgressionFile, TotalRewardsFile

public abstract class APluginFile extends Object implements IPluginFile
  • Field Details

    • plugin

      protected final ODailyQuests plugin
    • config

      protected org.bukkit.configuration.file.FileConfiguration config
    • file

      protected File file
  • Constructor Details

  • 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 interface IPluginFile
      Returns:
      the configuration
    • getFile

      public File getFile()
      Description copied from interface: IPluginFile
      Get the file of the plugin file.
      Specified by:
      getFile in interface IPluginFile
      Returns:
      the file