Interface Matchmaker.SuccessfulMatchTuple

Enclosing interface:
Matchmaker

public static interface Matchmaker.SuccessfulMatchTuple
Combines a Match for both a player and an opponent. This is used to supply information on a succssful match between players only.
  • Method Details

    • getPlayerMatch

      Match getPlayerMatch()
      The opponent Match.
      Returns:
      the player match
    • getOpponentMatch

      Match getOpponentMatch()
      The opponent Match.
      Returns: