pieces property

List<String> pieces
final

A list of the pieces in the hand. These should be single character piece symbols. Uppercase symbols will be white, lowercase ones will be black.

Implementation

final List<String> pieces;