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.DataComponentValue A holder for the value of an item's data component.DataComponentValue.Removed Only valid in a patch-style usage, indicating that the data component with a certain key should be removed.DataComponentValue.TagSerializable Represent anDataComponentValuethat can be represented as a binary tag.DataComponentValueConverterRegistry.Conversion<I,O> A single conversion that may be provided by a provider.DataComponentValueConverterRegistry.Provider A provider for data component value converters.HoverEventSource<V> Something that can provide aHoverEvent. - 
Class Summary Class Description ClickEvent A click event.DataComponentValueConverterRegistry A registry for conversions between different data component value holder classes.HoverEvent<V> A hover event.HoverEvent.Action<V> An enumeration of hover event actions.HoverEvent.ShowEntity The value of ashow_entityhover event.HoverEvent.ShowItem The value of ashow_itemhover event. - 
Enum Summary Enum Description ClickEvent.Action An enumeration of click event actions.