Package dev.majek.pc.data.object
Class Language
- java.lang.Object
-
- dev.majek.pc.data.object.Language
-
public class Language extends Object
A language setup in the config with a file ready.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createFileIfNotExists(YamlConfig YAMLConfig, File file)
String
getLangID()
YamlConfig
getMessagesConfig()
void
updateFile()
-
-
-
Constructor Detail
-
Language
public Language(String langID)
-
-
Method Detail
-
updateFile
public void updateFile()
-
getMessagesConfig
public YamlConfig getMessagesConfig()
-
getLangID
public String getLangID()
-
createFileIfNotExists
public void createFileIfNotExists(YamlConfig YAMLConfig, File file)
-
-