hasConnection

suspend fun hasConnection(node: NetworkNode, networkType: NetworkType<*>, face: BlockFace): Boolean

Checks whether node has a connection at face using networkType.

See also

Throws

If there is no data for node.


suspend fun hasConnection(node: NetworkNode, face: BlockFace): Boolean

Checks whether node has a connection at face.

See also

Throws

If there is no data for node.