R
- The type of the result of the actionpublic abstract class HoverAction<R> extends TextAction<R>
TextAction
that responds to hovers.Modifier and Type | Class and Description |
---|---|
static class |
HoverAction.ShowAchievement
Shows information about an achievement.
|
static class |
HoverAction.ShowEntity
Shows information about an entity.
|
static class |
HoverAction.ShowItem
Shows information about an item.
|
static class |
HoverAction.ShowText
Shows some text.
|
result