addEndPoint

fun addEndPoint(endPoint: NetworkNode, face: BlockFace): Boolean

Adds face to the NetworkEndPoint at endPoint.pos, or adds endPoint and face to the ProtoNetwork.

Return


fun addEndPoint(endPoint: NetworkNode, faces: Set<BlockFace>): Boolean

Adds faces to the NetworkEndPoint at endPoint.pos, or adds endPoint and faces to the ProtoNetwork.

Return