getPlayers

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

Gets the players associated with the source line.

Return

A collection of McGameProfile representing the players in the source line, or null if hasPlayers is false.