N B T Writer
@JvmOverloads()
Content copied to clipboard
Constructs a NBTWriter from a file (convenience method, equivalent to NBTWriter(BufferedOutputStream(FileOutputStream(file))))
@JvmOverloads()
Content copied to clipboard
Constructs a NBTWriter from a path (convenience method, equivalent to NBTWriter(BufferedOutputStream(Files.newOutputStream(path))))
@JvmOverloads()
Content copied to clipboard