Class SpaceParticipant
java.lang.Object
be.theking90000.mumble.controller.spaces.SpaceParticipant
Participant projection included in a full space snapshot.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether the participant has a materialized Mumble connection.Returns the display name materialized in this snapshot.be.theking90000.mumble.controller.core.ParticipantIdReturns the participant's stable controller identity.booleanReturns the server-deaf state materialized in this snapshot.booleanReturns the server-mute state materialized in this snapshot.
-
Method Details
-
participantId
public be.theking90000.mumble.controller.core.ParticipantId participantId()Returns the participant's stable controller identity.- Returns:
- participant identity
-
displayName
Returns the display name materialized in this snapshot.- Returns:
- display name
-
serverMute
public boolean serverMute()Returns the server-mute state materialized in this snapshot.- Returns:
- materialized server-mute state
-
serverDeaf
public boolean serverDeaf()Returns the server-deaf state materialized in this snapshot.- Returns:
- materialized server-deaf state
-
connected
public boolean connected()Returns whether the participant has a materialized Mumble connection.- Returns:
- connection presence at this snapshot revision
-