getTeam

abstract fun getTeam(name: String): Team?

Gets the team with the given name if there is one registered with this scoreboard, or returns null if there is not.

Return

the team with the name, or null if not present

Parameters

name

the name of the team