Package net.kyori.adventure.text.event
Class HoverEvent.Action<V>
java.lang.Object
net.kyori.adventure.text.event.HoverEvent.Action<V>
- Enclosing class:
- HoverEvent<V>
public static final class HoverEvent.Action<V> extends Object
An enumeration of hover event actions.
- Since:
- 4.0.0
-
Field Summary
Fields Modifier and Type Field Description static Index<String,HoverEvent.Action<?>>
NAMES
The name map.static HoverEvent.Action<HoverEvent.ShowEntity>
SHOW_ENTITY
Shows an entity when hovered over.static HoverEvent.Action<HoverEvent.ShowItem>
SHOW_ITEM
Shows an item instance when hovered over.static HoverEvent.Action<Component>
SHOW_TEXT
Shows aComponent
when hovered over. -
Method Summary
-
Field Details
-
SHOW_TEXT
Shows aComponent
when hovered over.- Since:
- 4.0.0
-
SHOW_ITEM
Shows an item instance when hovered over.- Since:
- 4.0.0
-
SHOW_ENTITY
Shows an entity when hovered over.- Since:
- 4.0.0
-
NAMES
The name map.- Since:
- 4.0.0
-
-
Method Details