getConnectedNodes

suspend fun getConnectedNodes(node: NetworkNode): Table<NetworkType<*>, BlockFace, NetworkNode>

Creates a table that describes using which NetworkType and BlockFace which NetworkNodes are connected to node.

See also

Throws

If there is no data for node.