Interface CreateGroupEvent
- All Superinterfaces:
Event, GroupEvent, ServerEvent
-
Method Summary
Methods inherited from interface Event
cancel, isCancellable, isCancelledMethods inherited from interface ServerEvent
getVoicechat
-
Method Details
-
getGroup
Group getGroup()- Specified by:
getGroupin interfaceGroupEvent- Returns:
- the group that was created
-
getConnection
- Specified by:
getConnectionin interfaceGroupEvent- Returns:
- the connection of the player that created the group or
nullif the group was not created by a player
-