Interface LeaveGroupEvent
- All Superinterfaces:
Event, GroupEvent, ServerEvent
-
Method Summary
Methods inherited from interface Event
cancel, isCancellable, isCancelledMethods inherited from interface 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
-