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 SummaryFields Modifier and Type Field Description static Index<String,HoverEvent.Action<?>>NAMESThe name map.static HoverEvent.Action<HoverEvent.ShowEntity>SHOW_ENTITYShows an entity when hovered over.static HoverEvent.Action<HoverEvent.ShowItem>SHOW_ITEMShows an item instance when hovered over.static HoverEvent.Action<Component>SHOW_TEXTShows aComponentwhen hovered over.
- 
Method Summary
- 
Field Details- 
SHOW_TEXTShows aComponentwhen hovered over.- Since:
- 4.0.0
 
- 
SHOW_ITEMShows an item instance when hovered over.- Since:
- 4.0.0
 
- 
SHOW_ENTITYShows an entity when hovered over.- Since:
- 4.0.0
 
- 
NAMESThe name map.- Since:
- 4.0.0
 
 
- 
- 
Method Details