VisualizeRegionItem

constructor(regionUuid: UUID, getRegion: () -> Region)

Parameters

regionUuid

the UUID of the region to visualize

getRegion

a function to receive the Region


constructor(player: Player, regionUUID: UUID, getRegion: () -> Region)

Deprecated

Player is redundant

Replace with

VisualizeRegionItem(regionUUID, getRegion)