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