Class PlayerRanking

java.lang.Object
fr.luc.crcore.features.player.PlayerRanking

public final class PlayerRanking extends Object
Entrée d'un classement de joueurs : rang (1-based), profil, score effectif sur le critère trié.

Classe immutable. Volontairement écrite "à la main" plutôt qu'en record (Java 16+) pour rester compatible Java 11.

  • Constructor Details

    • PlayerRanking

      public PlayerRanking(int rank, PlayerProfile profile, int score)
  • Method Details