Interface LeaveGroupEvent
- 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
- Specified by:
 getGroupin interfaceGroupEvent- Returns:
 - the group that was left or 
nullif the player was not in a group 
 - 
getConnection
VoicechatConnection getConnection()- Specified by:
 getConnectionin interfaceGroupEvent- Returns:
 - the connection of the player
 
 
 -