Interface TextConvertible<S>

All Known Implementing Classes:
CommandSyntax, SubCommandSyntax

public interface TextConvertible<S>
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull net.kyori.adventure.text.TextComponent
    toText(@NotNull CommandManager<?,S> manager, S sender)
     
  • Method Details

    • toText

      @NotNull @NotNull net.kyori.adventure.text.TextComponent toText(@NotNull @NotNull CommandManager<?,S> manager, @NotNull S sender)