Interface PlayerResult<T>

All Superinterfaces:
MatchMakingRating
All Known Implementing Classes:
SimplePlayerResult

public interface PlayerResult<T> extends MatchMakingRating
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
     
    double
    Player contribution to the match result.

    Methods inherited from interface com.pocketcombats.openskill.data.MatchMakingRating

    mu, sigma
  • Method Details

    • id

      T id()
    • weight

      double weight()
      Player contribution to the match result. Should be greater than 0. You can use 0.1 for players who didn't influence the match outcome and 1.0 as neutral, or balanced, impact.