channelIdsOf

fun channelIdsOf(playerId: UUID): List<String>(source)

Returns the ids of every existing channel the player belongs to.

Walks the membership lists once in place; asking per channel meant copying every channel's member list to answer a question about one player.

Parameters

playerId

The UUID of the player.