removeNetwork

suspend fun removeNetwork(bridge: NetworkBridge, networkType: NetworkType<*>)

Forgets the connection of bridge to the network of networkType.


suspend fun removeNetwork(endPoint: NetworkEndPoint, networkType: NetworkType<*>, face: BlockFace)

Forgets the connection of endPoint to the network of networkType at face.


suspend fun removeNetwork(endPoint: NetworkEndPoint, networkType: NetworkType<*>, faces: Iterable<BlockFace>)

Forgets the connection of endPoint to the network of networkType at all faces.