- leftColor() - Method in class solver.RubiksCube
-
Returns current color of left face.
- leftEdgeOriented() - Method in class solver.RubiksCube
-
Returns true if front left edge is correctly oriented.
- llCornerCount(RubiksCube) - Method in class solver.CubeAlgorithm
-
Counts how many corners of last layer are incorrectly oriented.
- llCornersPlaced(RubiksCube) - Method in class solver.CubeAlgorithm
-
Checks if corners of last layer are on their correct positions (they don't need to be oriented correctly yet).
- llEdgeCount(RubiksCube) - Method in class solver.CubeAlgorithm
-
Counts how many edges of last layer are correctly oriented (they don't need to be on the correct position yet).
- llEdgeCount2(RubiksCube) - Method in class solver.CubeAlgorithm
-
Counts how many edges are correctly positioned.