Uses of Class
com.treescrub.spedran.data.Game
-
Packages that use Game 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.game com.treescrub.spedran.requests.builders.run -
-
Uses of Game in com.treescrub.spedran
Methods in com.treescrub.spedran that return types with arguments of type Game Modifier and Type Method Description static CompletableFuture<Game>Spedran. getGame(String id)Gets theGamethat corresponds to the providedidasynchronously.Methods in com.treescrub.spedran with parameters of type Game 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 Game in com.treescrub.spedran.requests.builders
Constructors in com.treescrub.spedran.requests.builders with parameters of type Game Constructor Description LeaderboardRequest(Game game, Category category)LeaderboardRequest(Game game, Category category, Level level) -
Uses of Game in com.treescrub.spedran.requests.builders.game
Constructors in com.treescrub.spedran.requests.builders.game with parameters of type Game Constructor Description GameCategoriesRequest(Game game)GameLevelsRequest(Game game)GameRecordsRequest(Game game)GameRequest(Game game)GameRomhacksRequest(Game game)GameVariablesRequest(Game game) -
Uses of Game in com.treescrub.spedran.requests.builders.run
Methods in com.treescrub.spedran.requests.builders.run with parameters of type Game Modifier and Type Method Description RunsRequestRunsRequest. game(Game game)Restricts the results to runs in the givenGame.
-