Interface DataComponentValue.TagSerializable

All Superinterfaces:
DataComponentValue, net.kyori.examination.Examinable
All Known Subinterfaces:
BinaryTagHolder
Enclosing interface:
DataComponentValue

public static interface DataComponentValue.TagSerializable extends DataComponentValue
Represent an DataComponentValue that can be represented as a binary tag.
Since:
4.17.0
Since Minecraft:
1.20.5
  • Method Details

    • asBinaryTag

      @NotNull @NotNull BinaryTagHolder asBinaryTag()
      Convert this value into a binary tag value.
      Returns:
      the binary tag value
      Since:
      4.17.0
      Since Minecraft:
      1.20.5