Interface JoinGroupEvent
- All Superinterfaces:
 Event,GroupEvent,ServerEvent
- 
Method Summary
Methods inherited from interface de.maxhenkel.voicechat.api.events.Event
cancel, isCancellable, isCancelledMethods inherited from interface de.maxhenkel.voicechat.api.events.ServerEvent
getVoicechat 
- 
Method Details
- 
getGroup
Group getGroup()- Specified by:
 getGroupin interfaceGroupEvent- Returns:
 - the group that was joined
 
 - 
getConnection
VoicechatConnection getConnection()- Specified by:
 getConnectionin interfaceGroupEvent- Returns:
 - the connection of the player
 
 
 -