Interface VoiceHostEvent
- All Superinterfaces:
Event
,ServerEvent
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setVoiceHost
(String voiceHost) Overwrites voice chats voice host - This is sent to the client and used by it to connect to the server.Methods inherited from interface de.maxhenkel.voicechat.api.events.Event
cancel, isCancellable, isCancelled
Methods inherited from interface de.maxhenkel.voicechat.api.events.ServerEvent
getVoicechat
-
Method Details
-
getVoiceHost
String getVoiceHost()- Returns:
- the voice host string
-
setVoiceHost
Overwrites voice chats voice host - This is sent to the client and used by it to connect to the server.- Parameters:
voiceHost
- the voice host string
-