getLineByIndex

fun getLineByIndex(index: Int): Scoreboard.Score

Gets the line at the specified index (0 based) Equivalent to Scoreboard.getLines().get(index)

Return

the score object at the index

Parameters

index

the line index

Sources

Link copied to clipboard