Uses of Class
com.treescrub.spedran.data.Category
-
Packages that use Category Package Description com.treescrub.spedran com.treescrub.spedran.requests.builders All request builders to get resources from the SRC API.com.treescrub.spedran.requests.builders.run -
-
Uses of Category in com.treescrub.spedran
Methods in com.treescrub.spedran that return types with arguments of type Category Modifier and Type Method Description static CompletableFuture<Category>Spedran. getCategory(String id)Gets theCategorythat corresponds to the providedidasynchronously.Methods in com.treescrub.spedran with parameters of type Category Modifier and Type Method Description static LeaderboardRequestSpedran. getLeaderboard(Game game, Category category)Gets aLeaderboardRequestbuilder to request a specificLeaderboard.static LeaderboardRequestSpedran. getLeaderboard(Game game, Category category, Level level)Gets aLeaderboardRequestbuilder to request a specificLeaderboard. -
Uses of Category in com.treescrub.spedran.requests.builders
Constructors in com.treescrub.spedran.requests.builders with parameters of type Category Constructor Description CategoryRecordsRequest(Category category)CategoryRequest(Category category)CategoryVariablesRequest(Category category)LeaderboardRequest(Game game, Category category)LeaderboardRequest(Game game, Category category, Level level) -
Uses of Category in com.treescrub.spedran.requests.builders.run
Methods in com.treescrub.spedran.requests.builders.run with parameters of type Category Modifier and Type Method Description RunsRequestRunsRequest. category(Category category)Restricts the results to runs played in the givenCategory.SubmitRunRequestSubmitRunRequest. category(Category category)Sets theCategoryfor the run.
-