Class BinaryTagWriter

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

@Deprecated(forRemoval=true) public class BinaryTagWriter extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • BinaryTagWriter

      public BinaryTagWriter(DataOutput output)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • writeNameless

      public void writeNameless(BinaryTag tag) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      IOException
    • writeNamed

      public void writeNamed(String name, BinaryTag tag) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      IOException