Interface Caption.CaptionResult<S>

Enclosing interface:
Caption<S>

public static interface Caption.CaptionResult<S>
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull net.kyori.adventure.text.TextComponent
    messageResult(S sender, @NotNull Context<S> context, @Nullable Throwable exception)
     
  • Method Details

    • messageResult

      @NotNull @NotNull net.kyori.adventure.text.TextComponent messageResult(@NotNull S sender, @NotNull @NotNull Context<S> context, @Nullable @Nullable Throwable exception)