Interface Caption<S>
- All Known Implementing Classes:
UnknownPageCaption
public interface Caption<S>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic interface -
Method Summary
Modifier and TypeMethodDescriptionstatic <S> @NotNull Caption.Builder<S>builder(CaptionKey key) @NotNull CaptionKeykey()<E extends CommandException>
@NotNull net.kyori.adventure.text.TextComponent
-
Method Details
-
builder
-
key
-
message
@NotNull <E extends CommandException> @NotNull net.kyori.adventure.text.TextComponent message(S sender, Context<S> context, E exception)
-