NetworkData

interface NetworkData<T : Network<T>>

The data of a network, containing all NetworkNodes and their connections, as well as the type and uuid of the network.

Inheritors

Properties

Link copied to clipboard

The NetworkNodes within this NetworkData and the BlockFaces through which NetworkEndPoints connect to it.

Link copied to clipboard
abstract val type: NetworkType<T>

The type of this NetworkData.

Link copied to clipboard
abstract val uuid: UUID

The unique identifier of this NetworkData.