orientation property

int orientation
final

Determines which way around the board is facing. 0 (white) will place the white pieces at the bottom, and 1 will place the black pieces there. You likely want to take this from BoardState.orientation.

Implementation

final int orientation;