Interface LeaveGroupEvent
- All Superinterfaces:
Event
,GroupEvent
,ServerEvent
-
Method Summary
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
-
getGroup
- Specified by:
getGroup
in interfaceGroupEvent
- Returns:
- the group that was left or
null
if the player was not in a group
-
getConnection
VoicechatConnection getConnection()- Specified by:
getConnection
in interfaceGroupEvent
- Returns:
- the connection of the player
-