regions property

Map<String, BoardRegion> regions
final

A map of region definitions for the board, for use with RegionEffects in piece definitions. The keys used here are used to reference the regions in effects.

Implementation

final Map<String, BoardRegion> regions;