Map Placer
class MapPlacer( val map: MapLayer, val spaceEngineers: SpaceEngineers, val floorPlacer: DataBlockPlacementInformation = DataBlockPlacementInformation(
blockId = LargeHeavyBlockArmorBlock,
orientations = listOf(Orientations()),
color = null,
), val batchCallable: BatchCallable? = null)
Content copied to clipboard
Constructors
Link copied to clipboard
fun MapPlacer( map: MapLayer, spaceEngineers: SpaceEngineers, floorPlacer: DataBlockPlacementInformation = DataBlockPlacementInformation(
blockId = LargeHeavyBlockArmorBlock,
orientations = listOf(Orientations()),
color = null,
), batchCallable: BatchCallable? = null)
Content copied to clipboard
Types
Link copied to clipboard
data class PlacementInformation(val blockPlacementInformation: BlockPlacementInformation, val position: Vec3I)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
fun placeInSequence(level: Int): Sequence<Pair<Vec3I, BlockPlacementInformation?>>
Content copied to clipboard