MapPlacer

fun MapPlacer(    map: MapLayer,     spaceEngineers: SpaceEngineers,     floorPlacer: DataBlockPlacementInformation = DataBlockPlacementInformation( blockId = LargeHeavyBlockArmorBlock, orientations = listOf(Orientations()), color = null, ),     batchCallable: BatchCallable? = null)