findPath

open override fun findPath(    navigableGraph: DirectedGraph<BlockId, Vec3F, String, String>,     targetNodeId: BlockId,     startNodeId: BlockId): List<BlockId>