Interface TextConvertible<S>
- All Known Implementing Classes:
CommandSyntax
public interface TextConvertible<S>
-
Method Summary
Modifier and TypeMethodDescription@NonNull net.kyori.adventure.text.TextComponent
toText
(@NotNull CommandManager<?, S> manager, S sender)
-
Method Details
-
toText
@NonNull @NonNull net.kyori.adventure.text.TextComponent toText(@NotNull @NotNull CommandManager<?, S> manager, @NotNull S sender)
-