Package | Description |
---|---|
io.github.bananapuncher714.cartographer.core.locale |
Contains classes related to localization for players.
|
io.github.bananapuncher714.cartographer.core.module |
Contains module loading for a custom addon system.
|
Modifier and Type | Method and Description |
---|---|
protected Locale |
Locale.add(java.lang.String key,
LocaleMessage message) |
Locale |
Locale.copyOf() |
Locale |
Locale.copyOf(java.lang.String name,
java.lang.String language,
java.lang.String location,
java.lang.String code) |
Locale |
LocaleManager.getLocale(java.lang.String code) |
Locale |
LocaleManager.load(java.io.File file) |
Locale |
LocaleManager.load(org.bukkit.configuration.file.FileConfiguration config) |
Locale |
LocaleManager.load(org.bukkit.configuration.file.FileConfiguration config,
java.lang.String prefix) |
Locale |
LocaleManager.load(java.io.InputStream stream) |
protected Locale |
Locale.merge(Locale locale) |
Modifier and Type | Method and Description |
---|---|
protected Locale |
Locale.merge(Locale locale) |
void |
LocaleManager.register(Locale locale) |
Modifier and Type | Method and Description |
---|---|
protected Locale |
Module.convertToDefaultLocale(Locale locale) |
protected Locale |
Module.loadLocale(java.io.InputStream stream) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Locale> |
Module.getLocales()
Get a list of supported locales for this module
|
protected java.util.Collection<Locale> |
Module.loadLocale(java.io.File file) |
Modifier and Type | Method and Description |
---|---|
protected Locale |
Module.convertToDefaultLocale(Locale locale) |