TabList

object TabList

Functions

Link copied to clipboard
fun clearFooter()
Link copied to clipboard
fun clearHeader()
Link copied to clipboard
fun getFooter(): String?
Link copied to clipboard
fun getFooterMessage(): Message?
Link copied to clipboard
fun getHeader(): String?
Link copied to clipboard
fun getHeaderMessage(): Message?
Link copied to clipboard
fun getNames(): List<String>
Link copied to clipboard
fun getNamesByObjectives(): List<String>

Gets names set in scoreboard objectives

Link copied to clipboard
fun getUnformattedNames(): List<String>

Gets all names in tabs without formatting

Link copied to clipboard
fun setFooter(footer: Any?)

Sets the footer text for the TabList. If footer is null, it will remove the footer entirely

Link copied to clipboard
fun setHeader(header: Any?)

Sets the header text for the TabList. If header is null, it will remove the header entirely

Sources

Link copied to clipboard