Class TagStringIOExt

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

@Deprecated(forRemoval=true) public final class TagStringIOExt extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated in Adventure 4.22.0 in favor of TagStringIO, as related functionality has been upstreamed.

Use MinestomAdventure.tagStringIO() to access the configured TagStringIO instance.

Replacements:

  • Method Summary

    Modifier and Type
    Method
    Description
    static @NotNull net.kyori.adventure.nbt.BinaryTag
    readTag(@NotNull String input)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use TagStringIO.asTag(String)
    static Map.Entry<@NotNull net.kyori.adventure.nbt.BinaryTag, @NotNull String>
    readTagEmbedded(@NotNull String input)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use TagStringIO.asTag(String, Appendable) Reads a tag and returns the remainder of the input buffer.
    static @NotNull String
    writeTag(@NotNull net.kyori.adventure.nbt.BinaryTag tag)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use TagStringIO.asString(BinaryTag)
    static @NotNull String
    writeTag(@NotNull net.kyori.adventure.nbt.BinaryTag input, @NotNull String indent)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use TagStringIO.asString(BinaryTag)

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • writeTag

      @Deprecated(forRemoval=true) @NotNull public static @NotNull String writeTag(@NotNull @NotNull net.kyori.adventure.nbt.BinaryTag tag)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Use TagStringIO.asString(BinaryTag)
    • writeTag

      @Deprecated(forRemoval=true) @NotNull public static @NotNull String writeTag(@NotNull @NotNull net.kyori.adventure.nbt.BinaryTag input, @NotNull @NotNull String indent)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Use TagStringIO.asString(BinaryTag)
    • readTag

      @Deprecated(forRemoval=true) @NotNull public static @NotNull net.kyori.adventure.nbt.BinaryTag readTag(@NotNull @NotNull String input) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Use TagStringIO.asTag(String)
      Throws:
      IOException
    • readTagEmbedded

      @Deprecated(forRemoval=true) public static Map.Entry<@NotNull net.kyori.adventure.nbt.BinaryTag, @NotNull String> readTagEmbedded(@NotNull @NotNull String input) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Use TagStringIO.asTag(String, Appendable) Reads a tag and returns the remainder of the input buffer.
      Throws:
      IOException