Uses of Class
com.treescrub.spedran.data.Level
-
Packages that use Level 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 Level in com.treescrub.spedran
Methods in com.treescrub.spedran that return types with arguments of type Level Modifier and Type Method Description static CompletableFuture<Level>Spedran. getLevel(String id)Gets theLevelthat corresponds to the providedidasynchronously.Methods in com.treescrub.spedran with parameters of type Level Modifier and Type Method Description static LeaderboardRequestSpedran. getLeaderboard(Game game, Category category, Level level)Gets aLeaderboardRequestbuilder to request a specificLeaderboard. -
Uses of Level in com.treescrub.spedran.requests.builders
Constructors in com.treescrub.spedran.requests.builders with parameters of type Level Constructor Description LeaderboardRequest(Game game, Category category, Level level)LevelCategoriesRequest(Level level)LevelRecordsRequest(Level level)LevelRequest(Level level)LevelVariablesRequest(Level level) -
Uses of Level in com.treescrub.spedran.requests.builders.run
Methods in com.treescrub.spedran.requests.builders.run with parameters of type Level Modifier and Type Method Description RunsRequestRunsRequest. level(Level level)Restricts the results to runs played on the givenLevel.SubmitRunRequestSubmitRunRequest. level(Level level)Sets theLevelfor the run.
-