setBlockState

fun setBlockState(x: Int, y: Int, z: Int, blockState: BlockState)

Sets the block state at the given position. Creates any necessary chunk or section. Will NOT save the results to disk, use flushCachedChunks or writeColumn

X,Y,Z are in absolute coordinates

Throws

if x,y,z is not a valid position inside this region