Interface CreateGroupEvent
- 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
Group getGroup()- Specified by:
getGroup
in interfaceGroupEvent
- Returns:
- the group that was created
-
getConnection
- Specified by:
getConnection
in interfaceGroupEvent
- Returns:
- the connection of the player that created the group or
null
if the group was not created by a player
-