Uses of Record Class
fr.luc.crcore.player.PlayerRanking
Packages that use PlayerRanking
-
Uses of PlayerRanking in fr.luc.crcore.player
Methods in fr.luc.crcore.player that return PlayerRankingModifier and TypeMethodDescriptionprotected PlayerRankingPlayerProfileServiceImpl.newRanking(int rank, PlayerProfile profile, int score) Methods in fr.luc.crcore.player that return types with arguments of type PlayerRankingModifier and TypeMethodDescriptionPlayerProfileService.getGlobalRanking()PlayerProfileServiceImpl.getGlobalRanking()PlayerProfileService.getRankingByScore(String scoreName) PlayerProfileServiceImpl.getRankingByScore(String scoreName) default List<PlayerRanking> PlayerProfileService.getTopGlobalRanking(int limit) default List<PlayerRanking> PlayerProfileService.getTopRankingByScore(String scoreName, int limit) protected List<PlayerRanking> PlayerProfileServiceImpl.rank(ToIntFunction<PlayerProfile> scoreFn)