Uses of Interface
net.kyori.adventure.translation.TranslationStore
Packages that use TranslationStore
Package
Description
Tools for working with Adventure's translation API.
Translations and translation registries.
-
Uses of TranslationStore in net.kyori.adventure.text.minimessage.translation
Subinterfaces of TranslationStore in net.kyori.adventure.text.minimessage.translationModifier and TypeInterfaceDescriptioninterfaceA MiniMessage translation store. -
Uses of TranslationStore in net.kyori.adventure.translation
Subinterfaces of TranslationStore in net.kyori.adventure.translationModifier and TypeInterfaceDescriptionstatic interfaceAn abstract, string-based translation store.Classes in net.kyori.adventure.translation that implement TranslationStoreModifier 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 TranslationStoreModifier and TypeMethodDescriptionstatic TranslationStore<Component> Creates a new translation store that uses component-based translation.