Uses of Interface
net.kyori.adventure.translation.Translator
Packages that use Translator
Package
Description
Tools for working with Adventure's translation API.
Component rendering.
Translations and translation registries.
-
Uses of Translator in net.kyori.adventure.text.minimessage.translation
Subinterfaces of Translator in net.kyori.adventure.text.minimessage.translationModifier and TypeInterfaceDescriptioninterfaceA MiniMessage translation store.Classes in net.kyori.adventure.text.minimessage.translation that implement TranslatorModifier and TypeClassDescriptionclassATranslatorimplementation that translates strings using MiniMessage. -
Uses of Translator in net.kyori.adventure.text.renderer
Methods in net.kyori.adventure.text.renderer with parameters of type TranslatorModifier and TypeMethodDescriptionstatic TranslatableComponentRenderer<Locale> TranslatableComponentRenderer.usingTranslationSource(Translator source) Creates aTranslatableComponentRendererusing theTranslatorto translate. -
Uses of Translator in net.kyori.adventure.translation
Subinterfaces of Translator in net.kyori.adventure.translationModifier and TypeInterfaceDescriptioninterfaceA global source of translations.interfaceA store of translation values.static interfaceAn abstract, string-based translation store.Classes in net.kyori.adventure.translation that implement TranslatorModifier and TypeClassDescriptionclassAn abstraction to ease the construction of translation stores with generic values.static classAn abstract, string-based translation store.Methods in net.kyori.adventure.translation that return types with arguments of type TranslatorModifier and TypeMethodDescriptionIterable<? extends Translator> GlobalTranslator.sources()Gets the sources.Methods in net.kyori.adventure.translation with parameters of type TranslatorModifier and TypeMethodDescriptionbooleanGlobalTranslator.addSource(Translator source) Adds a translation source.booleanGlobalTranslator.removeSource(Translator source) Removes a translation source.