Interface CreateGroupEvent

All Superinterfaces:
Event, GroupEvent, ServerEvent

public interface CreateGroupEvent extends GroupEvent
  • Method Details

    • getGroup

      Group getGroup()
      Specified by:
      getGroup in interface GroupEvent
      Returns:
      the group that was created
    • getConnection

      @Nullable VoicechatConnection getConnection()
      Specified by:
      getConnection in interface GroupEvent
      Returns:
      the connection of the player that created the group or null if the group was not created by a player