Uses of Interface
net.kyori.adventure.key.Keyed
Packages that use Keyed
Package
Description
Chat-related data.
A reference composed of a namespace and a path.
Key/Value based pointers to information.
Data for controlling sound playback.
Events that occur when players interact with components.
-
Uses of Keyed in net.kyori.adventure.chat
Methods in net.kyori.adventure.chat with parameters of type Keyed -
Uses of Keyed in net.kyori.adventure.key
Subinterfaces of Keyed in net.kyori.adventure.keyModifier and TypeInterfaceDescriptioninterfaceAn identifying object used to fetch and/or store unique objects.interfaceKeyedValue<T>ATvalue with an associatedKey. -
Uses of Keyed in net.kyori.adventure.pointer
Subinterfaces of Keyed in net.kyori.adventure.pointer -
Uses of Keyed in net.kyori.adventure.sound
Subinterfaces of Keyed in net.kyori.adventure.sound -
Uses of Keyed in net.kyori.adventure.text.event
Subinterfaces of Keyed in net.kyori.adventure.text.eventModifier and TypeInterfaceDescriptionstatic interfaceA payload with a key and optional custom NBT data.Methods in net.kyori.adventure.text.event with parameters of type KeyedModifier and TypeMethodDescriptionstatic HoverEvent<HoverEvent.ShowEntity> HoverEvent.showEntity(Keyed type, UUID id) Creates a hover event that show information about an entity on hover.static HoverEvent<HoverEvent.ShowEntity> HoverEvent.showEntity(Keyed type, UUID id, @Nullable Component name) Creates a hover event that show information about an entity on hover.static HoverEvent.ShowEntityHoverEvent.ShowEntity.showEntity(Keyed type, UUID id) Creates.static HoverEvent.ShowEntityHoverEvent.ShowEntity.showEntity(Keyed type, UUID id, @Nullable Component name) Creates.static HoverEvent<HoverEvent.ShowItem> Creates a hover event that shows an item on hover.static HoverEvent<HoverEvent.ShowItem> HoverEvent.showItem(Keyed item, @Range(from=0L,to=2147483647L) int count, Map<Key, ? extends DataComponentValue> dataComponents) Creates a hover event that shows an item on hover.static HoverEvent<HoverEvent.ShowItem> HoverEvent.showItem(Keyed item, @Range(from=0L,to=2147483647L) int count, @Nullable BinaryTagHolder nbt) Creates a hover event that shows an item on hover.static HoverEvent.ShowItemCreates.static HoverEvent.ShowItemHoverEvent.ShowItem.showItem(Keyed item, @Range(from=0L,to=2147483647L) int count, Map<Key, ? extends DataComponentValue> dataComponents) Creates.static HoverEvent.ShowItemHoverEvent.ShowItem.showItem(Keyed item, @Range(from=0L,to=2147483647L) int count, @Nullable BinaryTagHolder nbt) Creates.Sets the type.