specialCases property

List<List<T>> specialCases
final

Specific sets of pieces that can deliver mate. e.g. a Knight and a Bishop in standard chess.

Implementation

final List<List<T>> specialCases;