Uses of Interface
net.kyori.adventure.text.TranslationArgument
Packages that use TranslationArgument
Package
Description
Data for controlling components, their styles, and events.
Tools for working with Adventure's translation API.
-
Uses of TranslationArgument in net.kyori.adventure.text
Methods in net.kyori.adventure.text that return TranslationArgumentModifier and TypeMethodDescriptiondefault TranslationArgumentTranslationArgument.asTranslationArgument()TranslationArgumentLike.asTranslationArgument()Get the argument representation of this object.static TranslationArgumentTranslationArgument.bool(boolean value) Create a boolean argument.static TranslationArgumentTranslationArgument.component(ComponentLike value) Create a component argument.static TranslationArgumentCreate a numeric argument.Methods in net.kyori.adventure.text that return types with arguments of type TranslationArgumentModifier and TypeMethodDescriptionTranslatableComponent.arguments()Gets the unmodifiable list of translation arguments. -
Uses of TranslationArgument in net.kyori.adventure.text.minimessage.translation
Methods in net.kyori.adventure.text.minimessage.translation with parameters of type TranslationArgumentModifier and TypeMethodDescriptionstatic ComponentLikeArgument.argument(String name, TranslationArgument argument) Creates a named translation argument.