NetworkNodeProvider

Used to discover NetworkNodes.

Functions

Link copied to clipboard
abstract suspend fun getNode(pos: BlockPos): NetworkNode?

Gets the NetworkNode at the specified block pos or null if there is none.

Link copied to clipboard
abstract suspend fun getNodes(pos: ChunkPos): Sequence<NetworkNode>

Gets all NetworkNodes in the specified chunk pos.

Link copied to clipboard
open suspend fun isUnknown(pos: BlockPos): Boolean

Checks whether the block at the specified pos is unknown. For example, blocks of addons that weren't loaded but may be a NetworkNode should be considered unknown.