getPlayers

@NotNull
abstract fun getPlayers(): @NotNull Collection<McGameProfile>

Gets a collection of game profiles representing the players in the set.

Return

A collection of player game profiles.