fun buildingBlocks(coordinate: BlockCoordinate, building: Building): List<BlockCoordinate>
Takes a coordinate and a building and returns the "footprint" of the building. In other words, each block the building sits in.
coordinate
- Coordinate of the building
Return
a list of matching blocks