space-engineers-api
0.9.0
common
jvm
space-engineers-api
/
spaceEngineers.navigation
/
PathFinder
Path
Finder
common
interface
PathFinder
<
NodeId
,
NodeData
,
EdgeId
,
EdgeData
>
Content copied to clipboard
Functions
Inheritors
Functions
find
Path
Link copied to clipboard
common
abstract
fun
findPath
(
navigableGraph
:
DirectedGraph
<
NodeId
,
NodeData
,
EdgeId
,
EdgeData
>
,
targetNodeId
:
NodeId
,
startNodeId
:
NodeId
)
:
List
<
BlockId
>
Content copied to clipboard
Inheritors
Iv4XRAStarPathFinder
Link copied to clipboard