buildAndRegister

@Contract(value = "-> new", pure = true)
abstract fun buildAndRegister(): Team

Builds the team and adds it to the scoreboard.

Return

the built team