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, toString
public void applyTo(Text.Builder builder)
TextElement
builder
- Text builder to apply to