linkedNodes

abstract val linkedNodes: Set<NetworkNode>

A set of NetworkNodes that are not connected via networks, but still share data and need to be clustered together, such as the left and right part of a double chest.

It is expected that all linkedNodes of linked nodes are equal.