pairMaters property

List<T> pairMaters
final

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

Implementation

final List<T> pairMaters;