combinedPairMaters property

List<T> combinedPairMaters
final

Pieces that can mate if there are two of them. The pieces can belong to different players. e.g. Bishops in standard chess. Note: this doesn't consider the fact that two bishops of the same colour can't deliver mate.

Implementation

final List<T> combinedPairMaters;