Interface GroupEvent
- All Superinterfaces:
Event
,ServerEvent
- All Known Subinterfaces:
CreateGroupEvent
,JoinGroupEvent
,LeaveGroupEvent
,RemoveGroupEvent
-
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
- Returns:
- the group -
null
if there is no group
-
getConnection
- Returns:
- the connection of the player
-