Uses of Interface
net.kyori.adventure.nbt.api.BinaryTagHolder
Packages that use BinaryTagHolder
Package
Description
Holders of Named Binary Tags.
Events that occur when players interact with components.
-
Uses of BinaryTagHolder in net.kyori.adventure.nbt.api
Methods in net.kyori.adventure.nbt.api that return BinaryTagHolderModifier and TypeMethodDescriptiondefault BinaryTagHolderBinaryTagHolder.asBinaryTag()static BinaryTagHolderBinaryTagHolder.binaryTagHolder(String string) Creates an encoded binary tag holder.static <T,EX extends Exception>
BinaryTagHolderEncodesnbtusingcodec. -
Uses of BinaryTagHolder in net.kyori.adventure.text.event
Methods in net.kyori.adventure.text.event that return BinaryTagHolderModifier and TypeMethodDescriptionDataComponentValue.TagSerializable.asBinaryTag()Convert this value into a binary tag value.@Nullable BinaryTagHolderClickEvent.Payload.Custom.nbt()The optional custom data.@Nullable BinaryTagHolderHoverEvent.ShowItem.nbt()Gets the nbt.Methods in net.kyori.adventure.text.event with parameters of type BinaryTagHolderModifier and TypeMethodDescriptionstatic ClickEvent<ClickEvent.Payload.Custom> ClickEvent.custom(Key key, @Nullable BinaryTagHolder nbt) Creates a click event that sends a custom event to the server.static ClickEvent.Payload.CustomClickEvent.Payload.custom(Key key, @Nullable BinaryTagHolder nbt) Creates a custom payload.HoverEvent.ShowItem.nbt(@Nullable BinaryTagHolder nbt) Sets the nbt.static HoverEvent<HoverEvent.ShowItem> HoverEvent.showItem(Keyed item, @org.jetbrains.annotations.Range(from=0L, to=2147483647L) int count, @Nullable BinaryTagHolder nbt) Creates a hover event that shows an item on hover.static HoverEvent<HoverEvent.ShowItem> HoverEvent.showItem(Key item, @org.jetbrains.annotations.Range(from=0L, to=2147483647L) int count, @Nullable BinaryTagHolder nbt) Creates a hover event that shows an item on hover.static HoverEvent.ShowItemHoverEvent.ShowItem.showItem(Keyed item, @org.jetbrains.annotations.Range(from=0L, to=2147483647L) int count, @Nullable BinaryTagHolder nbt) Creates.static HoverEvent.ShowItemHoverEvent.ShowItem.showItem(Key item, @org.jetbrains.annotations.Range(from=0L, to=2147483647L) int count, @Nullable BinaryTagHolder nbt) Creates.