Uses of Enum Class
fr.fuzeblocks.homeplugin.core.language.Language
Packages that use Language
-
Uses of Language in fr.fuzeblocks.homeplugin.core.language
Subclasses with type arguments of type Language in fr.fuzeblocks.homeplugin.core.languageMethods in fr.fuzeblocks.homeplugin.core.language that return LanguageModifier and TypeMethodDescriptionLanguageManager.getLanguage()Gets language.static LanguageReturns the enum constant of this class with the specified name.static Language[]Language.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in fr.fuzeblocks.homeplugin.core.language with parameters of type LanguageModifierConstructorDescriptionLanguageManager(Language type, HomePlugin plugin) Instantiates a new Language manager.