queueAddBridge
fun queueAddBridge(bridge: NetworkBridge, supportedNetworkTypes: Set<NetworkType<*>>, bridgeFaces: Set<BlockFace>, updateNodes: Boolean = true)
Queues a network task to add bridge to the network state, using the specified supportedNetworkTypes and bridgeFaces.
Should only be called after placing, not during chunk load.
Throws
If bridge also implements NetworkEndPoint.