Package net.kyori.adventure.nbt
Class TagStringIOExt
java.lang.Object
net.kyori.adventure.nbt.TagStringIOExt
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull net.kyori.adventure.nbt.BinaryTag
readTagEmbedded
(@NotNull String input) Reads a tag and returns the remainder of the input buffer.static @NotNull String
writeTag
(@NotNull net.kyori.adventure.nbt.BinaryTag tag) static @NotNull String
-
Method Details
-
writeTag
@NotNull public static @NotNull String writeTag(@NotNull @NotNull net.kyori.adventure.nbt.BinaryTag tag) -
writeTag
-
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
-