Class LanguageFile
java.lang.Object
com.minigameworld.managers.language.LanguageFile
- All Implemented Interfaces:
com.wbm.plugin.util.data.yaml.YamlMember
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.configuration.file.FileConfiguration
getMessage(String msgKey)
void
setData(com.wbm.plugin.util.data.yaml.YamlManager yamlManager, org.bukkit.configuration.file.FileConfiguration config)
-
Constructor Details
-
LanguageFile
-
-
Method Details
-
getLanguage
-
getMessage
-
getConfig
public org.bukkit.configuration.file.FileConfiguration getConfig() -
getFileName
- Specified by:
getFileName
in interfacecom.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 interfacecom.wbm.plugin.util.data.yaml.YamlMember
-