Uses of Record Class
com.zetaplugins.cookieclickerz.util.leaderboard.LeaderBoardEntry
Packages that use LeaderBoardEntry
Package
Description
-
Uses of LeaderBoardEntry in com.zetaplugins.cookieclickerz.storage
Methods in com.zetaplugins.cookieclickerz.storage that return types with arguments of type LeaderBoardEntryModifier and TypeMethodDescriptionMySQLStorage.getTopCookiesPerClick(int limit) SQLiteStorage.getTopCookiesPerClick(int limit) abstract List<LeaderBoardEntry> Storage.getTopCookiesPerClick(int limit) Get a List of the top players by cookies per click.MySQLStorage.getTopOfflineCookies(int limit) SQLiteStorage.getTopOfflineCookies(int limit) abstract List<LeaderBoardEntry> Storage.getTopOfflineCookies(int limit) Get a List of the top players by offline cookies.MySQLStorage.getTopPrestige(int limit) SQLiteStorage.getTopPrestige(int limit) abstract List<LeaderBoardEntry> Storage.getTopPrestige(int limit) Get a List of the top players by prestige level.MySQLStorage.getTopTotalClicks(int limit) SQLiteStorage.getTopTotalClicks(int limit) abstract List<LeaderBoardEntry> Storage.getTopTotalClicks(int limit) Get a List of the top players by total clicks.MySQLStorage.getTopTotalCookies(int limit) SQLiteStorage.getTopTotalCookies(int limit) abstract List<LeaderBoardEntry> Storage.getTopTotalCookies(int limit) Get a List of the top players by total cookies. -
Uses of LeaderBoardEntry in com.zetaplugins.cookieclickerz.util.leaderboard
Methods in com.zetaplugins.cookieclickerz.util.leaderboard that return types with arguments of type LeaderBoardEntryModifier and TypeMethodDescriptionLeaderBoardService.getTopCookiesPerClick()LeaderBoardService.getTopOfflineCookies()LeaderBoardService.getTopPrestige()LeaderBoardService.getTopTotalClicks()LeaderBoardService.getTopTotalCookies()