Uses of Class
de.marcely.bedwars.api.player.LeaderboardFetchResult
Packages that use LeaderboardFetchResult
Package
Description
Classes dedicated to fetching, updating, and saving player data/properties/stats in MBedwars.
- 
Uses of LeaderboardFetchResult in de.marcely.bedwars.api.playerMethod parameters in de.marcely.bedwars.api.player with type arguments of type LeaderboardFetchResultModifier and TypeMethodDescriptionvoidPlayerDataAPI.fetchLeaderboard(PlayerStatSet statSet, int minRank, int maxRank, Consumer<LeaderboardFetchResult> callback) Fetches players at the given ranks at the leaderboard.