Text - the type of text component used for the feedbackpublic interface CommandFeedback<Text>
Implementations are responsible for constructing formatted text components and delivering them to command senders through the context.
| Modifier and Type | Method and Description |
|---|---|
Text |
message()
Gets the formatted feedback text.
|
void |
sendTo(@NotNull Context context)
Sends the feedback to the specified context.
|