R - the type of the result of the actionpublic abstract class ShiftClickAction<R> extends TextAction<R>
TextAction that responds to shift-clicks.| Modifier and Type | Class and Description |
|---|---|
static class |
ShiftClickAction.InsertText
Inserts some text into the chat prompt.
|
result| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(Text.Builder builder)
Applies this element to the end of the specified builder.
|
equals, getResult, hashCode, toStringpublic void applyTo(Text.Builder builder)
TextElementbuilder - Text builder to apply to