Uses of Class
net.kyori.adventure.text.event.HoverEvent.Action
Packages that use HoverEvent.Action
Package
Description
Events that occur when players interact with components.
-
Uses of HoverEvent.Action in net.kyori.adventure.text.event
Fields in net.kyori.adventure.text.event declared as HoverEvent.ActionModifier and TypeFieldDescriptionstatic final HoverEvent.Action<String> HoverEvent.Action.SHOW_ACHIEVEMENTShows aComponentwhen hovered over.static final HoverEvent.Action<HoverEvent.ShowEntity> HoverEvent.Action.SHOW_ENTITYShows an entity when hovered over.static final HoverEvent.Action<HoverEvent.ShowItem> HoverEvent.Action.SHOW_ITEMShows an item instance when hovered over.static final HoverEvent.Action<Component> HoverEvent.Action.SHOW_TEXTShows aComponentwhen hovered over.Fields in net.kyori.adventure.text.event with type parameters of type HoverEvent.ActionModifier and TypeFieldDescriptionstatic final Index<String, HoverEvent.Action<?>> HoverEvent.Action.NAMESThe name map.Methods in net.kyori.adventure.text.event that return HoverEvent.ActionMethods in net.kyori.adventure.text.event with parameters of type HoverEvent.ActionModifier and TypeMethodDescriptionstatic <V> HoverEvent<V> HoverEvent.hoverEvent(HoverEvent.Action<V> action, V value) Creates a hover event.