Uses of Class
com.treescrub.spedran.data.Platform
-
Packages that use Platform 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 com.treescrub.spedran.requests.builders.series -
-
Uses of Platform in com.treescrub.spedran
Methods in com.treescrub.spedran that return types with arguments of type Platform Modifier and Type Method Description static CompletableFuture<Platform>Spedran. getPlatform(String id)Gets thePlatformthat corresponds to the providedidasynchronously. -
Uses of Platform in com.treescrub.spedran.requests.builders
Methods in com.treescrub.spedran.requests.builders with parameters of type Platform Modifier and Type Method Description LeaderboardRequestLeaderboardRequest. platform(Platform platform)Restricts the results to runs done on the givenPlatform.Constructors in com.treescrub.spedran.requests.builders with parameters of type Platform Constructor Description PlatformRequest(Platform platform) -
Uses of Platform in com.treescrub.spedran.requests.builders.game
Methods in com.treescrub.spedran.requests.builders.game with parameters of type Platform Modifier and Type Method Description GameRomhacksRequestGameRomhacksRequest. platform(Platform platform)Sets the platform to filter for.GamesRequestGamesRequest. platform(Platform platform)Restricts the results to games with the givenPlatform. -
Uses of Platform in com.treescrub.spedran.requests.builders.run
Methods in com.treescrub.spedran.requests.builders.run with parameters of type Platform Modifier and Type Method Description RunsRequestRunsRequest. platform(Platform platform)Restricts the results to runs played on the givenPlatform.SubmitRunRequestSubmitRunRequest. platform(Platform platform)Sets thePlatformfor the run. -
Uses of Platform in com.treescrub.spedran.requests.builders.series
Methods in com.treescrub.spedran.requests.builders.series with parameters of type Platform Modifier and Type Method Description SeriesGamesRequestSeriesGamesRequest. platform(Platform platform)Restricts the results to games with the givenPlatform.
-