Package net.minestom.server.utils.nbt
Class BinaryTagWriter
java.lang.Object
net.minestom.server.utils.nbt.BinaryTagWriter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
readNamed
public void readNamed(@NotNull @NotNull String name, @NotNull @NotNull net.kyori.adventure.nbt.BinaryTag tag) throws IOException - Throws:
IOException
-