Class UnknownPageCaption<S>

java.lang.Object
io.github.mqzn.commands.help.UnknownPageCaption<S>
All Implemented Interfaces:
Caption<S>

public final class UnknownPageCaption<S> extends Object implements Caption<S>
  • Constructor Details

    • UnknownPageCaption

      public UnknownPageCaption()
  • Method Details

    • key

      @NotNull public @NotNull CaptionKey key()
      Specified by:
      key in interface Caption<S>
    • message

      @NotNull public @NotNull net.kyori.adventure.text.TextComponent message(S sender, Context<S> context, Throwable exception)
      Specified by:
      message in interface Caption<S>