Package net.kyori.adventure.text.event
Interface DataComponentValue.TagSerializable
- All Superinterfaces:
DataComponentValue
,net.kyori.examination.Examinable
- 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 TypeMethodDescription@NotNull BinaryTagHolder
Convert this value into a binary tag value.Methods inherited from interface net.kyori.examination.Examinable
examinableName, examinableProperties, examine
-
Method Details
-
asBinaryTag
Convert this value into a binary tag value.- Returns:
- the binary tag value
- Since:
- 4.17.0
- Since Minecraft:
- 1.20.5
-