createMap

static LocalWalking.Map createMap()

Creates a local map with the player position as the source return a local map

static LocalWalking.Map createMap(Positionable source)

Creates a local map with the specified positionable as the source

Return

a local map around the specified source

Parameters

source

the source of the map - all paths/reachable checks will be performed against this source