Module net.kyori.adventure.api
Package net.kyori.adventure.text.event
Interface DataComponentValue.TagSerializable
- All Superinterfaces:
DataComponentValue
- All Known Subinterfaces:
BinaryTagHolder
- Enclosing interface:
DataComponentValue
Represent an
DataComponentValue that can be represented as a binary tag.- Since:
- 4.17.0
- Since Minecraft:
- 1.20.5
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.kyori.adventure.text.event.DataComponentValue
DataComponentValue.Removed, DataComponentValue.TagSerializable -
Method Summary
Modifier and TypeMethodDescriptionConvert this value into a binary tag value.
-
Method Details
-
asBinaryTag
BinaryTagHolder asBinaryTag()Convert this value into a binary tag value.- Returns:
- the binary tag value
- Since:
- 4.17.0
- Since Minecraft:
- 1.20.5
-