getUsers abstract method

Map<int, User> getUsers()

Lists all Users connected to the Mumble server, mapped to their id, but does not include self.

Implementation

Map<int, User> getUsers();