| Class | Description |
|---|---|
| ClickAction<R> |
Represents a
TextAction that responds to clicks. |
| ClickAction.ChangePage |
For books, changes pages.
|
| ClickAction.ExecuteCallback |
Execute a callback.
|
| ClickAction.OpenUrl |
Opens a url.
|
| ClickAction.RunCommand |
Runs a command.
|
| ClickAction.SuggestCommand |
Suggests a command in the prompt.
|
| HoverAction<R> |
Represents a
TextAction that responds to hovers. |
| HoverAction.ShowEntity |
Shows information about an entity.
|
| HoverAction.ShowEntity.Ref |
Represents a reference to an entity, used in the underlying JSON of
the show entity action.
|
| HoverAction.ShowItem |
Shows information about an item.
|
| HoverAction.ShowText |
Shows some text.
|
| ShiftClickAction<R> |
Represents a
TextAction that responds to shift-clicks. |
| ShiftClickAction.InsertText |
Inserts some text into the chat prompt.
|
| TextAction<R> |
Represents an action happening as a response to an event on a
Text. |
| TextActions |
Utility methods to create instances of
TextActions. |