Class BinaryTagWriter

java.lang.Object
net.minestom.server.utils.nbt.BinaryTagWriter

public class BinaryTagWriter extends Object
  • Constructor Details

    • BinaryTagWriter

      public BinaryTagWriter(@NotNull @NotNull DataOutput output)
  • 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