Class LeaderboardManager
java.lang.Object
dev.despical.tntrun.leaderboard.LeaderboardManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends Comparable<T>>
@Nullable Leaderboard<T> getLeaderboard(StatisticType<T> type) <T extends Comparable<T>>
@Nullable Leaderboard<T> getLeaderboard(String id) voidvoidrefreshAllLeaderboards(Collection<User> activeUsers)
-
Constructor Details
-
LeaderboardManager
-
-
Method Details
-
refreshAllLeaderboards
public void refreshAllLeaderboards() -
refreshAllLeaderboards
-
getLeaderboard
-
getLeaderboard
@Nullable public <T extends Comparable<T>> @Nullable Leaderboard<T> getLeaderboard(StatisticType<T> type)
-