Interface ClientVoicechatConnectionEvent
- All Superinterfaces:
ClientEvent
,Event
This event is emitted on the client when the voice chat connects/disconnects.
-
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
-
isConnected
boolean isConnected()- Returns:
- if the voice chat is connected to the server
-