Interface MicrophoneMuteEvent
- All Superinterfaces:
ClientEvent
,Event
This event is emitted on the client when the state of the microphone changes.
-
Method Summary
Methods inherited from interface de.maxhenkel.voicechat.api.events.ClientEvent
getVoicechat
Methods inherited from interface de.maxhenkel.voicechat.api.events.Event
cancel, isCancellable, isCancelled
-
Method Details
-
isDisabled
boolean isDisabled()- Returns:
- if the microphone is muted
-