writeColumn

fun writeColumn(column: ChunkColumn, version: SupportedVersion = SupportedVersion.Latest)

Writes a column to the file. The X,Z coordinates are based on the ones inside the given column. The column does not have to be loaded from this file, but not doing so may generate inconsistencies in the world (ie chunks that look out of place). That means that "handcrafting" a ChunkColumn from one one instanced on their own, and passing it to writeColumn is valid.