Determines whether or not a piece can be placed at the coordinates. @param type THe type of piece to use. @param x The x coordinate of the piece. @param y The y coordinate of the piece. @param rotation The rotation of the piece. @return Whether or not the position is valid.
(TileType type, int x, int y, int rotation)
source not stored for this graph (policy: none)
no test coverage detected