Package space Engineers. util. generator. map
Types
Link copied to clipboard
Link copied to clipboard
data class DataBlockPlacementInformation( val blockId: DefinitionId, val color: Vec3F? = null, val customName: String? = null, val offset: Vec3I = Vec3I.ZERO, val orientations: List<Orientations> = listOf(Orientations())) : BlockPlacementInformation
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
data class Orientations(val forward: Vec3I = Vec3I.FORWARD, val up: Vec3I = Vec3I.UP)
Content copied to clipboard
Link copied to clipboard
data class StatedPosition(val position: Position, val state: ExplorationStates)
Content copied to clipboard
Link copied to clipboard
class Surface(val initialPosition: Position, var type: SurfaceType = SurfaceType.UNKNOWN)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
class UselessFloorRemover(val cells: Array<Array<LabRecruitCell?>>, val cellMaker: (Int, Int) -> LabRecruitCell? = { _, _ -> UnnecessaryFloor })
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Array<Array<LabRecruitCell?>>.removeUselessFloors(): Array<Array<LabRecruitCell?>>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard