LabRecruitsMapBuilder

class LabRecruitsMapBuilder(    val map: LabRecruitsMap,     val spaceEngineers: ExtendedSpaceEngineers,     val mapPlacer: MapPlacer = MapPlacer(map, spaceEngineers = spaceEngineers))

Constructors

Link copied to clipboard
fun LabRecruitsMapBuilder(    map: LabRecruitsMap,     spaceEngineers: ExtendedSpaceEngineers,     mapPlacer: MapPlacer = MapPlacer(map, spaceEngineers = spaceEngineers))

Functions

Link copied to clipboard
fun generate()

Properties

Link copied to clipboard
val map: LabRecruitsMap
Link copied to clipboard
val mapPlacer: MapPlacer
Link copied to clipboard
val spaceEngineers: ExtendedSpaceEngineers