formatName

abstract fun formatName(name: Component): Component

Formats the given name according to the options in this team.

The format returned by this function should be prefix suffix, excluding the spaces in between the terms, and it will be coloured with the team color.

For example, if the prefix was "Krypton", the name was "is", and the suffix was "cool", the full name would be "Kryptoniscool".

Return

the formatted name

Parameters

name

the name to format