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