NetworkNodeConnection

sealed interface NetworkNodeConnection

Represents a connection of a NetworkNode to a Network.

Inheritors

Properties

Link copied to clipboard
abstract val faces: Set<BlockFace>

The BlockFaces with which the node is connected.

Link copied to clipboard
abstract val node: NetworkNode

The NetworkNode that is connected.

Functions

Link copied to clipboard
open operator fun component1(): NetworkNode
Link copied to clipboard
open operator fun component2(): Set<BlockFace>