type property

int type

Piece type only.

Implementation

int get type => (this >> 2) & 255;