setNetwork

suspend fun setNetwork(bridge: NetworkBridge, network: ProtoNetwork<*>)

Remembers the connection of bridge to network under ProtoNetwork.type.

Throws

If there is no data for bridge.


suspend fun setNetwork(endPoint: NetworkEndPoint, face: BlockFace, network: ProtoNetwork<*>)

Remembers the connection of endPoint to network at face.

Throws

If there is no data for endPoint.


suspend fun setNetwork(endPoint: NetworkEndPoint, faces: Iterable<BlockFace>, network: ProtoNetwork<*>)

Remembers the connection of endPoint to network at all faces.

Throws

If there is no data for endPoint.