Class BinaryTagWriter

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

public class BinaryTagWriter extends Object
  • Constructor Details

    • BinaryTagWriter

      public BinaryTagWriter(DataOutput output)
  • Method Details

    • writeNameless

      public void writeNameless(net.kyori.adventure.nbt.BinaryTag tag) throws IOException
      Throws:
      IOException
    • writeNamed

      public void writeNamed(String name, net.kyori.adventure.nbt.BinaryTag tag) throws IOException
      Throws:
      IOException