Class LanguageFile

java.lang.Object
com.minigameworld.managers.language.LanguageFile
All Implemented Interfaces:
com.wbm.plugin.util.data.yaml.YamlMember

public class LanguageFile extends Object implements com.wbm.plugin.util.data.yaml.YamlMember
  • Constructor Details

    • LanguageFile

      public LanguageFile(String language)
  • Method Details

    • getLanguage

      public String getLanguage()
    • getMessage

      public String getMessage(String msgKey)
    • getConfig

      public org.bukkit.configuration.file.FileConfiguration getConfig()
    • getFileName

      public String getFileName()
      Specified by:
      getFileName in interface com.wbm.plugin.util.data.yaml.YamlMember
    • setData

      public void setData(com.wbm.plugin.util.data.yaml.YamlManager yamlManager, org.bukkit.configuration.file.FileConfiguration config)
      Specified by:
      setData in interface com.wbm.plugin.util.data.yaml.YamlMember