Interface TextConvertible<S>

All Known Implementing Classes:
CommandSyntax

public interface TextConvertible<S>
  • Method Summary

    Modifier and Type
    Method
    Description
    @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)