Class BinaryTagWriter
java.lang.Object
net.minestom.server.utils.nbt.BinaryTagWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
writeNamed
(@NotNull String name, @NotNull net.kyori.adventure.nbt.BinaryTag tag) void
writeNameless
(@NotNull net.kyori.adventure.nbt.BinaryTag tag)
-
Constructor Details
-
BinaryTagWriter
-
-
Method Details
-
writeNameless
public void writeNameless(@NotNull @NotNull net.kyori.adventure.nbt.BinaryTag tag) throws IOException - Throws:
IOException
-
writeNamed
public void writeNamed(@NotNull @NotNull String name, @NotNull @NotNull net.kyori.adventure.nbt.BinaryTag tag) throws IOException - Throws:
IOException
-