Package net.kyori.adventure.text.event
Events that occur when players interact with components.
-
Interface Summary Interface Description ClickCallback<T extends Audience> A handler for callback click events.ClickCallback.Options Options to configure how a callback can be executed.ClickCallback.Options.Builder A builder for callback options.ClickCallback.Provider A provider for actually producing click callbacks.HoverEventSource<V> Something that can provide aHoverEvent
. -
Class Summary Class Description ClickEvent A click event.HoverEvent<V> A hover event.HoverEvent.Action<V> An enumeration of hover event actions.HoverEvent.ShowEntity The value of ashow_entity
hover event.HoverEvent.ShowItem The value of ashow_item
hover event. -
Enum Summary Enum Description ClickEvent.Action An enumeration of click event actions.