Uses of Interface
net.md_5.bungee.api.chat.TranslationProvider
-
Packages that use TranslationProvider Package Description net.md_5.bungee.api.chat -
-
Uses of TranslationProvider in net.md_5.bungee.api.chat
Methods in net.md_5.bungee.api.chat with parameters of type TranslationProvider Modifier and Type Method Description ComponentBuilderComponentBuilder. append(TranslationProvider translatable)Appends theTranslationProviderobject to the builder and makes the last element the current target for formatting.ComponentBuilderComponentBuilder. append(TranslationProvider translatable, ComponentBuilder.FormatRetention retention)Appends theTranslationProviderobject to the builder and makes the last element the current target for formatting.Constructors in net.md_5.bungee.api.chat with parameters of type TranslationProvider Constructor Description TranslatableComponent(TranslationProvider translatable, Object... with)Creates a translatable component with the passed substitutions
-