getLinesByScore

fun getLinesByScore(score: Int): List<Scoreboard.Score>

Gets a list of lines that have a certain score, i.e. the numbers shown on the right

Return

a list of actual score objects

Parameters

score

the score to look for

Sources

Link copied to clipboard