Interface NbtComponentSerializer

All Superinterfaces:
ComponentDecoder<net.kyori.adventure.nbt.BinaryTag,Component>, ComponentEncoder<Component,net.kyori.adventure.nbt.BinaryTag>, ComponentSerializer<Component,Component,net.kyori.adventure.nbt.BinaryTag>

public interface NbtComponentSerializer extends ComponentSerializer<Component,Component,net.kyori.adventure.nbt.BinaryTag>
  • Method Details

    • nbt

      @NotNull static @NotNull NbtComponentSerializer nbt()
    • deserializeStyle

      @NotNull @NotNull Style deserializeStyle(@NotNull @NotNull net.kyori.adventure.nbt.BinaryTag tag)
    • serializeStyle

      @NotNull @NotNull net.kyori.adventure.nbt.CompoundBinaryTag serializeStyle(@NotNull @NotNull Style style)