Class LeaderboardDistribution

    • Constructor Detail

      • LeaderboardDistribution

        public LeaderboardDistribution​(double maxAwarded,
                                       int playersCount)
    • Method Detail

      • scoreUpdate

        public void scoreUpdate​(IDHolder<?> player,
                                double score)
      • apply

        public java.lang.Double apply​(Player player)
        Specified by:
        apply in interface java.util.function.Function<Player<?>,​java.lang.Double>