Class TagStringIOExt

java.lang.Object
net.kyori.adventure.nbt.TagStringIOExt

public final class TagStringIOExt extends Object
  • Method Details

    • writeTag

      @NotNull public static @NotNull String writeTag(@NotNull @NotNull net.kyori.adventure.nbt.BinaryTag tag)
    • writeTag

      @NotNull public static @NotNull String writeTag(@NotNull @NotNull net.kyori.adventure.nbt.BinaryTag input, @NotNull @NotNull String indent)
    • readTag

      @NotNull public static @NotNull net.kyori.adventure.nbt.BinaryTag readTag(@NotNull @NotNull String input) throws IOException
      Throws:
      IOException
    • readTagEmbedded

      public static Map.Entry<@NotNull net.kyori.adventure.nbt.BinaryTag,@NotNull String> readTagEmbedded(@NotNull @NotNull String input) throws IOException
      Reads a tag and returns the remainder of the input buffer.
      Throws:
      IOException