Uses of Enum Class
net.joseplay.allianceutils.api.locale.Locale
Packages that use Locale
-
Uses of Locale in net.joseplay.allianceutils.api.locale
Fields in net.joseplay.allianceutils.api.locale with type parameters of type LocaleMethods in net.joseplay.allianceutils.api.locale that return LocaleModifier and TypeMethodDescriptionstatic LocaleReturns the enum constant of this class with the specified name.static Locale[]Locale.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.joseplay.allianceutils.api.locale with parameters of type LocaleModifier and TypeMethodDescriptionReturns all translation keys available in a locale.static @NotNull StringGets localized biome name.static @Nullable StringLocaleAPI.getCustomValue(@NotNull String key, @NotNull Locale locale) Retrieves a custom value from the locale file.static @NotNull StringGets the localized name of a potion effect.static @NotNull StringLocaleAPI.getEnchantment(org.bukkit.enchantments.Enchantment enchantment, Locale locale) Gets localized enchantment name.static @NotNull StringGets localized entity name.static net.joseplay.allianceutils.api.locale.LocaleReaderLocaleAPI.getLocaleReader(Locale locale) Retrieves or creates a cached LocaleReader.static @NotNull StringLocaleAPI.getMaterial(@NotNull Locale locale, @NotNull org.bukkit.Material mat) Gets localized material name.